Closed johnyanarella closed 11 years ago
Close the issue?
Nope. :)
The current when() and then() functionality matches jQuery's implementation, rather than Promise/A. This has yet to be resolved. We may yet still maintain a facade that implements the jQuery syntax and behavior.
Thomas's commit above was just a minor step in that direction.
I see. Serves me right for not actually looking through the code :)
Rewritten to conform to the Promises/A+ specification.
The original jQuery style implementation has moved to the Abandoned branch.
Add support for Promise/A then() functionality, as in our current pipe() method.