aboutsummaryrefslogtreecommitdiffstats
path: root/src/var
Commit message (Collapse)AuthorAgeFilesLines
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-2517-0/+32
| | | | Fixes gh-3073
* Core: Simplify isPlainObjectRichard Gibson2016-04-043-0/+13
| | | | | Fixes gh-2986 Close gh-2998
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0714-30/+32
| | | | Fixes gh-2056
* Core: Switch from modules to just window.setTimeout etc.Michał Gołębiowski2015-06-174-12/+0
| | | | | | Using modules for window.setTimeout etc. made those functions cached and disabled Sinon mocking, making effects tests fail. Just writing window.setTimeout directly is smaller anyway.
* Core: Use window.setTimeout & friends instead of global equivalentsMichał Gołębiowski2015-06-174-0/+12
| | | | Fixes gh-2177
* CSS: Support relative adjustment in any applicable unitMr212015-03-091-0/+7
| | | | | Fixes gh-1711 Closes gh-2011
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-262-0/+8
| | | | | Fixes gh-1950 Closes gh-1949
* Core: Drop strundefined variableChris Antaki2014-09-021-3/+0
|
* Core: Remove native String#trim usage to save sizeMichał Gołębiowski2014-03-041-3/+0
| | | | Fixes #14794
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-091-4/+0
| | | | across all modules)
* Add AMD+CommonJS capabilities to the build script (for modules with long ↵Timmy Willison2013-09-091-0/+1
| | | | unreadable dependency lists)
* Move parsing methods to their own files (separates manipulation dependency ↵Timmy Willison2013-09-081-0/+4
| | | | from core)
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-0612-14/+14
|
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-0/+4
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-1512-0/+48