cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Deal with predicates that modify the original array. #405

Closed briancavalier closed 9 years ago

briancavalier commented 9 years ago

Allow filter to match Array.prototype.filter behavior when input array is modified by the filter predicate.

Unit test fails for 3.6.1. Passes as of cca3254

Fix #400

briancavalier commented 9 years ago

Fix confirmed by @mikaelkaron in #400 Thanks!