Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixes #9446. Context is properly propagated using pipe. If context was the ↵ | jaubourg | 2011-07-01 | 1 | -0/+27 | |
| | | | | original deferred, then context is updated to next deferred in the chain. Unit tests added. | |||||
* | Fixes #9104. Returning null or undefined in a pipe callback shouldn't end up ↵ | jaubourg | 2011-05-09 | 1 | -2/+10 | |
| | | | | throwing an exception. Silly, silly, me. | |||||
* | Renames chain as pipe. | jaubourg | 2011-04-08 | 1 | -16/+16 | |
| | ||||||
* | Adds always and chain methods to deferreds. | jaubourg | 2011-04-07 | 1 | -126/+252 | |
| | ||||||
* | Moves Deferred-related code into a separate module. Context handling has ↵ | jaubourg | 2011-03-03 | 1 | -0/+222 | |
been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization). |