Core: Consistently use local reference to access()

Ref 2fb719e5aa
Ref 2063d6c189
This commit is contained in:
Timo Tijhof 2014-06-24 12:52:15 +02:00 committed by Oleg Gaidarenko
parent d0f27a73a1
commit eeab75da00

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