remove an unused variable and its assignment in the 'map' method
This commit is contained in:
parent
f7ea17060f
commit
79b3ff0772
1 changed files with 1 additions and 1 deletions
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
|
@ -1770,7 +1770,7 @@ jQuery.extend({
|
||||||
if ( typeof fn == "string" )
|
if ( typeof fn == "string" )
|
||||||
fn = new Function("a","return " + fn);
|
fn = new Function("a","return " + fn);
|
||||||
|
|
||||||
var result = [], r = [];
|
var result = [];
|
||||||
|
|
||||||
// Go through the array, translating each of the items to their
|
// Go through the array, translating each of the items to their
|
||||||
// new value (or values).
|
// new value (or values).
|
||||||
|
|
Loading…
Reference in a new issue