mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 19:18:05 -05:00
Add missing var declaration for
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user