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~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b2866b9e83d328d2199c3b44caa31ca4d3c41d;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({