aboutsummaryrefslogtreecommitdiffstats
path: root/src/exports
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-072-3/+4
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Build: fix tests in AMD modeTimmy Willison2014-12-101-7/+1
|
* Core: Drop strundefined variableChris Antaki2014-09-021-4/+3
| | | | | Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b Closes gh-1628
* AMD: Note on AMD best practicesS. Andrew Sheppard2014-03-121-0/+6
| | | | | | | | | Fixes #14687 Closes gh-1478 (cherry picked from commit 19220c0f29fa60d80a2beb76f048ffc8b972ba35) Conflicts: AUTHORS.txt
* exports/global: Do not attach global variables for most CommonJS environmentsTimmy Willison2013-12-201-3/+6
| | | | | | | For CommonJS environments where the global already has a document, it is expected that if a global is needed, the user can attach the global. Fixes #14645.
* Build: Add the ability to remove global exposure.Timmy Willison2013-12-191-0/+29
| | | | | | | | Ref #14016 Conflicts: build/tasks/build.js src/core.js
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-061-1/+1
|
* When converting the source to AMD, don't forget to AMDTimmy Willison2013-08-161-1/+7
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+12
Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js