diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-02-09 10:18:19 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-02-09 10:18:19 +0100 |
commit | 3f46cec169addb096fe576313e5cc6dde8618c04 (patch) | |
tree | dd17655ec57ec0043c600cec2ce7d698e3766bfd | |
parent | f52fa81811c173e300a75306436d66f27f30bbb3 (diff) | |
download | jquery-3f46cec169addb096fe576313e5cc6dde8618c04.tar.gz jquery-3f46cec169addb096fe576313e5cc6dde8618c04.zip |
Build: Stop removing the JSHint onevar option, it's no longer there
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 591af920d..0f509e488 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,10 +27,6 @@ module.exports = function( grunt ) { } } )(); - // The concatenated file won't pass onevar - // But our modules can - delete srcHintOptions.onevar; - if ( !grunt.option( "filename" ) ) { grunt.option( "filename", "jquery.js" ); } |