]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix broken merge
authorRobin Appelman <icewind1991@gmail.com>
Wed, 27 Jul 2011 14:57:49 +0000 (16:57 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Wed, 27 Jul 2011 14:57:49 +0000 (16:57 +0200)
core/js/js.js

index 3a820544b78de552455602f88b1ba58f7d7f9795..2f74bda2588393d4730f258cde194c1c4da0760b 100644 (file)
@@ -73,6 +73,8 @@ if (!Array.prototype.filter) {
                        }
                }
                return res;
+       }
+}
 if (!Array.prototype.indexOf){
        Array.prototype.indexOf = function(elt /*, from*/)
        {