diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 5c9dcf3bd..1be9c91c6 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).