diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-07-13 10:49:13 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-07-13 10:49:13 +0200 |
commit | 6e605afb1fb85dddf0e2b3563f5dee26cd77623e (patch) | |
tree | 6bd918986189949c5b58c3f944d1b407f27461e2 /src | |
parent | 02c5e2908c2d99f191f5ec9e365ef2a3d357d1eb (diff) | |
download | jquery-6e605afb1fb85dddf0e2b3563f5dee26cd77623e.tar.gz jquery-6e605afb1fb85dddf0e2b3563f5dee26cd77623e.zip |
Build: Fix the regex removing the ESLint comment from wrapper.js
The new regex from after the switch from JSHint to ESLint wasn't catching
the ESLint pragma correctly.
Also, the spacing of the pragma comment was updated to match other comments.
Diffstat (limited to 'src')
-rw-r--r-- | src/wrapper.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapper.js b/src/wrapper.js index d93d036d0..af90fb29e 100644 --- a/src/wrapper.js +++ b/src/wrapper.js @@ -1,4 +1,4 @@ -/*eslint-disable no-unused-vars*/ +/* eslint-disable no-unused-vars*/ /*! * jQuery JavaScript Library v@VERSION * https://jquery.com/ |