Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434." | Dave Methvin | 2013-12-15 | 1 | -2/+1 |
| | | | | | | This reverts commit 498e0e6c9bf486a0b1f16b455d65fcbc6c43867e. We can't use the ActiveX XHR because it doesn't support events. | ||||
* | Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434. | Dave Methvin | 2013-11-14 | 1 | -1/+2 |
| | | | | | We can't feature detect ActiveX in IE11, but we can just call it and catch whatever error occurs, then try normal XHR. | ||||
* | Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵ | Michał Gołębiowski | 2013-07-11 | 1 | -1/+0 |
| | | | | Close gh-1283. | ||||
* | Add onevar to jshintrc, but remove the option for linting the concatenated file | Timmy Willison | 2013-04-09 | 1 | -0/+1 |
| | |||||
* | Update jshintrc to conform to new style guide. Conform to onevar and unused ↵ | Timmy Willison | 2013-04-09 | 1 | -6/+6 |
| | | | | in tests. Fixes #13755. | ||||
* | Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203. | Michał Gołębiowski | 2013-04-04 | 1 | -2/+1 |
| | |||||
* | Update grunt-contrib-jshint to 0.3.0, close gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -1/+3 |
| | | | | | | | | (cherry picked from 4adde5d14534799f3bcfac2771e1513be8a56a2f) Conflicts: src/data.js src/effects.js | ||||
* | Changed .jshintrc predef lists to globals objects. | Steven Benner | 2013-03-25 | 1 | -5/+5 |
| | |||||
* | Adds module to jshintrc | Rick Waldron | 2013-02-21 | 1 | -1/+2 |
| | |||||
* | Fix #13335. Remove "use strict". | Dave Methvin | 2013-02-01 | 1 | -1/+0 |
| | |||||
* | Make compatible with jshint, lint test/data. Close gh-1043. | Timo Tijhof | 2012-12-06 | 1 | -30/+22 |
| | |||||
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -0/+1 |
| | |||||
* | new JSHINT mixed spaces/tabs is smart enough to not warn on multiline ↵ | Mike Sherov | 2012-10-22 | 1 | -1/+0 |
| | | | | comments, rendering smarttabs useless | ||||
* | adds strict rule to jshint options (except for test files). "use strict" is ↵ | jaubourg | 2012-10-18 | 1 | -0/+2 |
| | | | | added to the main jQuery closure and some "could-be-unsafe" `this` trickery in effects is silenced. | ||||
* | no ticket: remove and enforce unused vars in jshint | Mike Sherov | 2012-10-17 | 1 | -0/+1 |
| | |||||
* | Clean up jshintrc configs. Close gh-983. | Mike Sherov | 2012-10-16 | 1 | -7/+7 |
| | |||||
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -1/+2 |
| | |||||
* | Adjust jshint options to pass with closure 'sub' changes | Timmy Willison | 2012-07-10 | 1 | -0/+1 |
| | |||||
* | Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI ↵ | Rick Waldron | 2012-06-25 | 1 | -0/+27 |
loading method |