From 3f46cec169addb096fe576313e5cc6dde8618c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Tue, 9 Feb 2016 10:18:19 +0100 Subject: [PATCH] Build: Stop removing the JSHint onevar option, it's no longer there --- Gruntfile.js | 4 ---- 1 file changed, 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" ); }