Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce size by reordering variable declarations | Chris Antaki | 2013-12-16 | 1 | -3/+3 |
| | | | | Close gh-1421 | ||||
* | charAt -> string indexing. Close gh-1359. | Mike Sidorov | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 4 | -1/+129 |
| | | | | across all modules) | ||||
* | All non-var modules should not indent in their AMD wrappers (just for ↵ | Timmy Willison | 2013-09-09 | 2 | -75/+78 |
| | | | | prettier builds). No functionality changes. | ||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+58 |
| | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. | ||||
* | Move parsing methods to their own files (separates manipulation dependency ↵ | Timmy Willison | 2013-09-08 | 1 | -0/+38 |
| | | | | from core) | ||||
* | With all of the ready calls removed internally, ready was never kicked off. ↵ | Timmy Willison | 2013-09-06 | 1 | -0/+3 |
| | | | | Add a call in the ready module to ensure ready is checked. | ||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -29/+0 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 2 | -0/+121 |