aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Collapse)AuthorAgeFilesLines
* Reduce size by reordering variable declarationsChris Antaki2013-12-161-3/+3
| | | | Close gh-1421
* charAt -> string indexing. Close gh-1359.Mike Sidorov2013-09-121-1/+1
|
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-094-1/+129
| | | | across all modules)
* All non-var modules should not indent in their AMD wrappers (just for ↵Timmy Willison2013-09-092-75/+78
| | | | prettier builds). No functionality changes.
* Break jQuery.access out into its own module to separate it from core; Adjust ↵Timmy Willison2013-09-091-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 Willison2013-09-081-0/+38
| | | | from core)
* With all of the ready calls removed internally, ready was never kicked off. ↵Timmy Willison2013-09-061-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łębiowski2013-09-061-29/+0
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-152-0/+121