Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixes #9104. Returning null or undefined in a pipe callback shouldn't end up ↵ | jaubourg | 2011-05-09 | 1 | -1/+1 | |
| | | | | throwing an exception. Silly, silly, me. | |||||
* | Applies exception in Style Guidelines regarding objects and functions when ↵ | jaubourg | 2011-04-08 | 1 | -2/+2 | |
| | | | | they are the last argument of a function call. | |||||
* | Renames chain as pipe. | jaubourg | 2011-04-08 | 1 | -3/+2 | |
| | ||||||
* | Adds always and chain methods to deferreds. | jaubourg | 2011-04-07 | 1 | -2/+30 | |
| | ||||||
* | Fixes #8692. Strange FF4 bug: values changed onto the arguments object ↵ | jaubourg | 2011-03-30 | 1 | -1/+4 | |
| | | | | sometimes end up as undefined values outside the $.when method. Cloning the object into a fresh array solves the issue. | |||||
* | Moves Deferred-related code into a separate module. Context handling has ↵ | jaubourg | 2011-03-03 | 1 | -0/+169 | |
been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization). |