Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -0/+1 |
| | | | | Fixes gh-2056 | ||||
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-09 | 1 | -6/+0 |
| | |||||
* | Build: Moved JSHint directives to .jshintrc file | Chris Antaki | 2014-09-02 | 1 | -3/+0 |
| | | | | Closes gh-1595 | ||||
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 1 | -4/+6 |
| | |||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -2/+2 |
| | | | | Closes gh-1577 | ||||
* | exports/global: Do not attach global variables for most CommonJS environments | Timmy Willison | 2013-12-20 | 1 | -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 Willison | 2013-12-19 | 1 | -0/+29 |
Ref #14016 |