From: Chris Rebert Date: Sun, 28 Jul 2013 04:33:41 +0000 (-0700) Subject: tweak Gruntfile.js so it passes jshint X-Git-Tag: v3.0.0-rc.2~107^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8695%2Fhead;p=thirdparty%2Fbootstrap.git tweak Gruntfile.js so it passes jshint --- diff --git a/Gruntfile.js b/Gruntfile.js index 0da0e834f6..dd0cc96009 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,4 +1,6 @@ +/* jshint node: true */ module.exports = function(grunt) { + "use strict"; // Project configuration. grunt.initConfig({