mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
core: Fix cut off comment in jQuery.map from c72371f714
. Close gh-1379.
This commit is contained in:
parent
210cbcf520
commit
2aa2957d21
@ -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 );
|
||||||
|
Loading…
Reference in New Issue
Block a user