Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix jQuery.queue leaks empty queues. | Colin Snover | 2011-01-09 | 1 | -0/+4 |
| | |||||
* | Change the way jQuery.data works so that there is no longer a chance of ↵ | Colin Snover | 2011-01-09 | 1 | -2/+2 |
| | | | | collision between user data and internal data. Fixes #6968. | ||||
* | Make sure that when multiple variables are being declared that assignments ↵ | John Resig | 2010-11-09 | 1 | -1/+2 |
| | | | | are each done on their own line. | ||||
* | Removing extra arg. | jeresig | 2010-09-20 | 1 | -1/+1 |
| | |||||
* | Make sure that jQuery works even when the individual modules are loaded ↵ | jeresig | 2010-09-08 | 1 | -0/+4 |
| | | | | separately AND jQuery.noConflict(true) is used. Fixes #7011. | ||||
* | Made a number of spacing changes to bring the code more-inline with the ↵ | jeresig | 2009-12-21 | 1 | -11/+23 |
| | | | | jQuery Core Style Guideline. | ||||
* | Tweaked a couple cases where == was used instead of ===. | jeresig | 2009-12-21 | 1 | -2/+2 |
| | |||||
* | Split the queue code out from data.js into a dedicated queue.js file (also ↵ | John Resig | 2009-12-06 | 1 | -0/+78 |
split tests accordingly). |