mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
core: Fix cut off comment in jQuery.map from c72371f714
. Close gh-1379.
(cherry picked from commit 2aa2957d21
)
This commit is contained in:
parent
e0e0ab5ed7
commit
020414ce51
@ -468,7 +468,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