fix broken merge
This commit is contained in:
parent
0dad1f8ccb
commit
556bf2ef4d
|
@ -73,6 +73,8 @@ if (!Array.prototype.filter) {
|
|||
}
|
||||
}
|
||||
return res;
|
||||
}
|
||||
}
|
||||
if (!Array.prototype.indexOf){
|
||||
Array.prototype.indexOf = function(elt /*, from*/)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue