mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 02:43:21 -04:00
fix broken merge
This commit is contained in:
parent
0dad1f8ccb
commit
556bf2ef4d
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ if (!Array.prototype.filter) {
|
|||
}
|
||||
}
|
||||
return res;
|
||||
}
|
||||
}
|
||||
if (!Array.prototype.indexOf){
|
||||
Array.prototype.indexOf = function(elt /*, from*/)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue