aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-07-27 16:57:49 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-07-27 16:57:49 +0200
commit556bf2ef4ddf1aa47f1ebd90494f562076fdeac2 (patch)
treeba8739acde3187ac3ba78f728627daad342b9572
parent0dad1f8ccb01f5c60ef919bdc347d8a22cb728f8 (diff)
downloadnextcloud-server-556bf2ef4ddf1aa47f1ebd90494f562076fdeac2.tar.gz
nextcloud-server-556bf2ef4ddf1aa47f1ebd90494f562076fdeac2.zip
fix broken merge
-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*/)
{