X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Array.js;h=416f2f4e48198649f8c628c53088cdfe25cab13b;hb=refs%2Fheads%2Fgithub.com.roojs1.master;hp=bb4ebaf79dc05c1362c37d1864a1488b4a10f09b;hpb=37110ca9cba7981eb943020abfbd086ced24eef2;p=roojs1 diff --git a/Array.js b/Array.js index bb4ebaf79d..416f2f4e48 100644 --- a/Array.js +++ b/Array.js @@ -38,7 +38,7 @@ Roo.applyIf(Array.prototype, { * Map (JS 1.6 compatibility) * @param {Function} function to call */ - map : function(fun /*, thisp*/) + map : function(fun ) { var len = this.length >>> 0; if (typeof fun != "function") @@ -58,8 +58,4 @@ Roo.applyIf(Array.prototype, { }); - -if (!Array.prototype.map) -{ - Array.prototype. -} \ No newline at end of file + \ No newline at end of file