From: jaubourg Date: Tue, 16 Oct 2012 11:32:53 +0000 (-0400) Subject: latest jshint requires "use strict"; declaration when enforcing strict mode X-Git-Tag: 1.9.0b1~206 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bf514bc085343bb37bfb1ad3fb7b8bd81204e0ae;p=jquery.git latest jshint requires "use strict"; declaration when enforcing strict mode --- diff --git a/grunt.js b/grunt.js index 2ddb3001c..1917f52a0 100644 --- a/grunt.js +++ b/grunt.js @@ -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 ) {