From: Alan Knowles Date: Thu, 22 Jul 2010 10:14:52 +0000 (+0800) Subject: Array.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=24af13261fef7d26a66e03cd1d55d1d103330d94 Array.js --- 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