aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-27 21:33:41 -0700
committerChris Rebert <[email protected]>2013-07-27 21:33:41 -0700
commit880f43221d0f0820d208afcb05f295c6a0afa27a (patch)
tree54d1b96725da65ee03c90adbd1bba9f0c674c9f9
parent8a430b36987c98433fd8d9a8035df0d9ec73cb87 (diff)
downloadbootstrap-880f43221d0f0820d208afcb05f295c6a0afa27a.tar.xz
bootstrap-880f43221d0f0820d208afcb05f295c6a0afa27a.zip
tweak Gruntfile.js so it passes jshint
-rw-r--r--Gruntfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 0da0e834f..dd0cc9600 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,4 +1,6 @@
+/* jshint node: true */
module.exports = function(grunt) {
+ "use strict";
// Project configuration.
grunt.initConfig({