Skip to content
Permalink
Browse files
Add missing var declaration for
  • Loading branch information
danheberden committed Apr 5, 2011
1 parent c72371f commit c0389e3
Showing 1 changed file with 1 addition and 1 deletion.
@@ -706,7 +706,7 @@ jQuery.extend({

// arg is for internal usage only
map: function( elems, callback, arg ) {
var value, ret = [],
var value, key, ret = [],
i = 0,
length = elems.length,
// jquery objects are treated as arrays

0 comments on commit c0389e3

Please sign in to comment.