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

(cherry picked from commit 2aa2957d21)
This commit is contained in:
Timo Tijhof 2013-09-22 10:19:28 +02:00 committed by Richard Gibson
parent e0e0ab5ed7
commit 020414ce51

View File

@ -468,7 +468,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 );