aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/js/js.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 3a820544b78..2f74bda2588 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -73,6 +73,8 @@ if (!Array.prototype.filter) {
}
}
return res;
+ }
+}
if (!Array.prototype.indexOf){
Array.prototype.indexOf = function(elt /*, from*/)
{