fix broken merge

This commit is contained in:
Robin Appelman 2011-07-27 16:57:49 +02:00
parent 0dad1f8ccb
commit 556bf2ef4d
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ if (!Array.prototype.filter) {
} }
} }
return res; return res;
}
}
if (!Array.prototype.indexOf){ if (!Array.prototype.indexOf){
Array.prototype.indexOf = function(elt /*, from*/) Array.prototype.indexOf = function(elt /*, from*/)
{ {