Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
| | | | | Fixes gh-3073 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -5/+10 |
| | | | | Fixes gh-2056 | ||||
* | Core: Don't expose jQuery.access | Michał Gołębiowski | 2015-08-03 | 1 | -1/+1 |
| | | | | | | | jQuery.access was never documented, there is no need to keep it exposed. Fixes gh-2513 Closes gh-2524 | ||||
* | Core: Consistently use local reference to access() | Timo Tijhof | 2014-07-12 | 1 | -1/+1 |
| | | | | | Ref 3b53b75160606610cc8f87404f89fc9e10441c4b Closes gh-1605 | ||||
* | Reduce size by reordering variable declarations | Chris Antaki | 2013-12-16 | 1 | -3/+3 |
| | | | | Close gh-1421 | ||||
* | All non-var modules should not indent in their AMD wrappers (just for ↵ | Timmy Willison | 2013-09-09 | 1 | -44/+46 |
| | | | | 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. |