Skip to content

Commit

Permalink
keep emptyGet when jQuery.access iterates over a dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Nov 5, 2012
1 parent 6227319 commit 848c71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Expand Up @@ -792,7 +792,7 @@ jQuery.extend({
if ( key && typeof key === "object" ) {
chainable = true;
for ( i in key ) {
jQuery.access( elems, fn, i, key[i], true );
jQuery.access( elems, fn, i, key[i], true, emptyGet );
}

// Sets one value
Expand Down

0 comments on commit 848c71b

Please sign in to comment.