aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2012-10-16 09:55:34 -0400
committerDave Methvin <dave.methvin@gmail.com>2012-10-16 10:01:21 -0400
commit72aada0a156881db8ad530a7543d58ea90e51e84 (patch)
tree72ed753db246f106eaf363924e6ffbad9713d781 /grunt.js
parent78617f067a0e03d9fe9aad135bbdfba880ddf968 (diff)
downloadjquery-72aada0a156881db8ad530a7543d58ea90e51e84.tar.gz
jquery-72aada0a156881db8ad530a7543d58ea90e51e84.zip
Remove use strict from grunt
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/grunt.js b/grunt.js
index 1917f52a0..2ddb3001c 100644
--- a/grunt.js
+++ b/grunt.js
@@ -8,8 +8,6 @@
/*jshint node: true */
/*global config:true, task:true, process:true*/
-"use strict";
-
var child_process = require("child_process");
module.exports = function( grunt ) {