Remove use strict from grunt

This commit is contained in:
Dave Methvin 2012-10-16 09:55:34 -04:00
parent 78617f067a
commit 72aada0a15

View File

@ -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 ) {