Skip to content

Commit

Permalink
Fix Array.prototype.indexOf compatibility implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
andyearnshaw committed Jan 31, 2014
1 parent 70984e6 commit 7901e67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Intl.complete.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Intl.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ var
if (t[i] === search)
return i;
}

return -1;
},

// Create an object with the specified prototype (2nd arg required for Record)
Expand Down
Loading

0 comments on commit 7901e67

Please sign in to comment.