aboutsummaryrefslogtreecommitdiffstats
path: root/src/exports/global.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-0/+1
| | | | Fixes gh-2056
* Build: fix tests in AMD modeTimmy Willison2014-12-091-6/+0
|
* Build: Moved JSHint directives to .jshintrc fileChris Antaki2014-09-021-3/+0
| | | | Closes gh-1595
* Core: Drop strundefined variableChris Antaki2014-09-021-4/+6
|
* Support: clean up comments and Support notationDave Methvin2014-06-101-2/+2
| | | | Closes gh-1577
* 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