kamicane / prime

An essential JavaScript library for node.js and browsers
154 stars 32 forks source link

indexOf should check `(i in this)` in its `if` check. #2

Closed jdalton closed 12 years ago

jdalton commented 12 years ago

The indexOf ES5 array method should check (i in this) in its if check.