From 24af13261fef7d26a66e03cd1d55d1d103330d94 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 22 Jul 2010 18:14:52 +0800 Subject: [PATCH] Array.js --- Array.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 -- 2.39.2