mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 21:35:00 -05:00
Core: Consistently use local reference to access()
Ref2fb719e5aaRef2063d6c189
This commit is contained in:
committed by
Oleg Gaidarenko
parent
d0f27a73a1
commit
eeab75da00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user