Skip to content
Permalink
Browse files
core: Fix cut off comment in jQuery.map from c72371f. Close gh-1379.
  • Loading branch information
Krinkle authored and gibson042 committed Sep 23, 2013
1 parent 210cbcf commit 2aa2957
Showing 1 changed file with 1 addition and 1 deletion.
@@ -428,7 +428,7 @@ jQuery.extend({
isArray = isArraylike( elems ),
ret = [];

// Go through the array, translating each of the items to their
// Go through the array, translating each of the items to their new values
if ( isArray ) {
for ( ; i < length; i++ ) {
value = callback( elems[ i ], i, arg );

0 comments on commit 2aa2957

Please sign in to comment.