cujojs / poly

Small, fast, awesome. The only ES5-ish set of polyfills (shims) you can mix-and-match because they're individual modules.
Other
139 stars 18 forks source link

Introduce ES6 Array.prototype.find and Array.prototype.findIndex to poly #20

Closed jaredcacurak closed 11 years ago

jaredcacurak commented 11 years ago

Implemented as described by:

unscriptable commented 11 years ago

Looks great, @jaredcacurak.