mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
remove an unused variable and its assignment in the 'map' method
This commit is contained in:
parent
f7ea17060f
commit
79b3ff0772
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
@ -1770,7 +1770,7 @@ jQuery.extend({
|
||||
if ( typeof fn == "string" )
|
||||
fn = new Function("a","return " + fn);
|
||||
|
||||
var result = [], r = [];
|
||||
var result = [];
|
||||
|
||||
// Go through the array, translating each of the items to their
|
||||
// new value (or values).
|
||||
|
Loading…
Reference in New Issue
Block a user