##// END OF EJS Templates
Use native map when possible...
Use native map when possible Implemented on all modern browser. There is a small behavior difference between $.map and Array.prototype.map but we don't rely on it. (jQuery flatten arrays and filters null-like)
Matthias Bussonnier -
r18410:ce1715fb
Show More