From: Ed Engelhardt Date: Tue, 22 May 2007 10:37:54 +0000 (+0000) Subject: remove an unused variable and its assignment in the 'map' method X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=79b3ff077252e25a16188ac723376798314a8a6b;hp=f7ea17060fcaf6cd14a03343ec97f77367f5022a;p=jquery.git remove an unused variable and its assignment in the 'map' method --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 5c9dcf3..1be9c91 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -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).