Add a comment explaining that jQuery.map flattens arrays
[jquery.git] / src / core.js
index 3389e83..3c7572f 100644 (file)
@@ -726,6 +726,7 @@ jQuery.extend({
                        }
                }
 
+               // Flatten any nested arrays
                return ret.concat.apply( [], ret );
        },