Comparing changes
Open a pull request
- 9 commits
- 59 files changed
- 7 comments
- 3 contributors
Use eslint pragmas, fix new errors, etc Closes gh-3148
* Bump eslint-config-jquery package to 0.1.4 version * Add subtask "dist" to "eslint" task and add it to the build task list * Make gitignore globs more flexible for the "dist" folder Fixes gh-3169
Showing you all comments on commits in this comparison.
This comment has been minimized.
This comment has been minimized.
|
@markelog Could we change that to: ? I was relying on |
This comment has been minimized.
This comment has been minimized.
|
Totally, will do that with #3169 |
This comment has been minimized.
This comment has been minimized.
|
@mgol catch is a reserved word in IE9 doing a search this is the only instance in the codebase where .catch is used. |
This comment has been minimized.
This comment has been minimized.
|
It's fine. If IE 9 didn't allow properties named as reserved words, there would be a parse error and jQuery wouldn't even load. We have an extensive test suite and we'd see it failed in such a spectacular way. It works as it should: https://jsbin.com/zoyale/edit?html,js,output |
This comment has been minimized.
This comment has been minimized.
|
If IE9 is in quirks mode your jsbin throws the same error |
This comment has been minimized.
This comment has been minimized.
|
We don't support quirks mode and never have. Use the standard DOCTYPE. |
This comment has been minimized.
This comment has been minimized.
|
We do. However I've just noticed this when debugging a site in IE9 that was in quirks mode. |
This file was deleted.
This file was deleted.