Restore jQuery.access parameter mistakenly removed in 80d45a69

This commit is contained in:
Richard Gibson
2012-11-06 09:53:00 -05:00
parent 81b094b2c1
commit 0ee9415902
3 changed files with 56 additions and 40 deletions

View File

@@ -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 ) {