mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Restore jQuery.access parameter mistakenly removed in 80d45a69
This commit is contained in:
@@ -277,7 +277,7 @@ jQuery.fn.extend({
|
||||
this.each(function() {
|
||||
jQuery.data( this, key, value );
|
||||
});
|
||||
}, null, value, arguments.length > 1, null, false );
|
||||
}, null, value, arguments.length > 1, null, true );
|
||||
},
|
||||
|
||||
removeData: function( key ) {
|
||||
|
||||
Reference in New Issue
Block a user