mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
remove an unused variable and its assignment in the 'map' method
This commit is contained in:
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).
|
||||
|
||||
Reference in New Issue
Block a user