mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379.
This commit is contained in:
committed by
Richard Gibson
parent
210cbcf520
commit
2aa2957d21
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user