core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379.

This commit is contained in:
Timo Tijhof 2013-09-22 10:19:28 +02:00 committed by Richard Gibson
parent 210cbcf520
commit 2aa2957d21

View File

@ -428,7 +428,7 @@ jQuery.extend({
isArray = isArraylike( elems ), isArray = isArraylike( elems ),
ret = []; 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 ) { if ( isArray ) {
for ( ; i < length; i++ ) { for ( ; i < length; i++ ) {
value = callback( elems[ i ], i, arg ); value = callback( elems[ i ], i, arg );