diff --git a/src/core/access.js b/src/core/access.js index b6110c8f3..396c9e8dc 100644 --- a/src/core/access.js +++ b/src/core/access.js @@ -13,7 +13,7 @@ var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGe if ( jQuery.type( key ) === "object" ) { chainable = true; for ( i in key ) { - jQuery.access( elems, fn, i, key[i], true, emptyGet, raw ); + access( elems, fn, i, key[i], true, emptyGet, raw ); } // Sets one value