aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-02-09 10:18:19 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2016-02-09 10:18:19 +0100
commit3f46cec169addb096fe576313e5cc6dde8618c04 (patch)
treedd17655ec57ec0043c600cec2ce7d698e3766bfd
parentf52fa81811c173e300a75306436d66f27f30bbb3 (diff)
downloadjquery-3f46cec169addb096fe576313e5cc6dde8618c04.tar.gz
jquery-3f46cec169addb096fe576313e5cc6dde8618c04.zip
Build: Stop removing the JSHint onevar option, it's no longer there
-rw-r--r--Gruntfile.js4
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" );
}