]> source.dussan.org Git - jquery.git/commit
Build: Fix the regex removing the ESLint comment from wrapper.js
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 13 Jul 2016 08:49:13 +0000 (10:49 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Wed, 13 Jul 2016 08:49:13 +0000 (10:49 +0200)
commit6e605afb1fb85dddf0e2b3563f5dee26cd77623e
tree6bd918986189949c5b58c3f944d1b407f27461e2
parent02c5e2908c2d99f191f5ec9e365ef2a3d357d1eb
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.
build/tasks/build.js
src/wrapper.js