Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #10902. DRY up the ways to include src files in tests. | Mike Sherov | 2012-01-11 | 1 | -19/+1 |
| | |||||
* | Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ↵ | Dave Methvin | 2011-04-07 | 1 | -8/+10 |
| | | | | / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice. Fixes #8803 . | ||||
* | Moves Deferred-related code into a separate module. Context handling has ↵ | jaubourg | 2011-03-03 | 1 | -0/+1 |
| | | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization). | ||||
* | Add readyWait tests. Fixes #8145. | jrburke | 2011-02-12 | 1 | -0/+85 |
Adds tests for the fix to #6781. |