cujojs / when

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

Allow passing Arguments object to when/function.apply #388

Closed briancavalier closed 9 years ago

briancavalier commented 9 years ago

I think this is the smallest possible change to allow Arguments instances to be passed into when/function.apply, compared to #387 whose perf implications aren't clear yet.

cc @phated