]> source.dussan.org Git - jquery.git/commitdiff
core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379.
authorTimo Tijhof <krinklemail@gmail.com>
Sun, 22 Sep 2013 08:19:28 +0000 (10:19 +0200)
committerRichard Gibson <richard.gibson@gmail.com>
Mon, 23 Sep 2013 14:10:46 +0000 (10:10 -0400)
src/core.js

index 0a8ba38930a63a6c4e0449a2b7c3c7e67f33f7d1..fd367a5089981bf902310229f2ed49d89806f0e8 100644 (file)
@@ -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 );