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

The return value of array-some/array-every should follow es5 standard. #38

Open happybridge14 opened 9 years ago

happybridge14 commented 9 years ago

Correct the return values for these two functions. Eight test cases were added for testing these two functions.

unscriptable commented 9 years ago

Thanks for this, @happybridge14! I'll take a look at it over the weekend.