latest jshint requires "use strict"; declaration when enforcing strict mode

This commit is contained in:
jaubourg 2012-10-16 07:32:53 -04:00
parent d70e64bff2
commit bf514bc085

View File

@ -8,6 +8,8 @@
/*jshint node: true */
/*global config:true, task:true, process:true*/
"use strict";
var child_process = require("child_process");
module.exports = function( grunt ) {