From 03b2866b9e83d328d2199c3b44caa31ca4d3c41d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 27 Jul 2013 21:33:41 -0700 Subject: [PATCH] tweak Gruntfile.js so it passes jshint --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) 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({