]> source.dussan.org Git - jquery.git/commitdiff
Core: Consistently use local reference to access()
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 24 Jun 2014 10:52:15 +0000 (12:52 +0200)
committerOleg Gaidarenko <markelog@gmail.com>
Sat, 12 Jul 2014 20:37:54 +0000 (00:37 +0400)
Ref 2fb719e5aa885232c5347576e9f9e1e341a7ba15
Ref 2063d6c1896b0c46c39fa0fdecef817f2e6f57c3

src/core/access.js

index 97b410b40a5a080b50924f4cf151236f5a5a7082..5767b98ef80d92093cfcedfbb864300a49da120d 100644 (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