Merge branch 'explain-map-concat' of https://github.com/ajpiano/jquery into ajpiano-explain-map-concat

This commit is contained in:
jeresig 2010-12-09 12:51:14 -05:00
commit bc05cb9d80

View file

@ -739,6 +739,7 @@ jQuery.extend({
} }
} }
// Flatten any nested arrays
return ret.concat.apply( [], ret ); return ret.concat.apply( [], ret );
}, },