From 79b3ff077252e25a16188ac723376798314a8a6b Mon Sep 17 00:00:00 2001 From: Ed Engelhardt Date: Tue, 22 May 2007 10:37:54 +0000 Subject: [PATCH] remove an unused variable and its assignment in the 'map' method --- src/jquery/jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 1.7.10.4