diff options
Diffstat (limited to '')
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 4f5091b..49ff474 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -44,6 +44,7 @@ module.exports = function(grunt) { unused: true, boss: true, eqnull: true, + "-W044" : true, // cant get inline comment to work with grunt globals: { jQuery: true } |