Core: Consistently use local reference to access()

Ref 3b53b75160
Closes gh-1605
This commit is contained in:
Timo Tijhof 2014-06-24 12:52:15 +02:00 committed by Oleg Gaidarenko
parent bcca4f041b
commit 2fb719e5aa

View File

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