tweak Gruntfile.js so it passes jshint

This commit is contained in:
Chris Rebert 2013-07-27 21:33:41 -07:00
parent ba62cfeffe
commit 03b2866b9e
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
/* jshint node: true */
module.exports = function(grunt) {
"use strict";
// Project configuration.
grunt.initConfig({