SyntaxFix
Write A Post
Hire A Developer
Questions
Given the implementation of indexOf for IE (as described by eyelidlessness):
Array.prototype.contains = function(obj) { return this.indexOf(obj) > -1; };