diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-10-16 09:55:34 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-10-16 10:01:21 -0400 |
commit | 72aada0a156881db8ad530a7543d58ea90e51e84 (patch) | |
tree | 72ed753db246f106eaf363924e6ffbad9713d781 /grunt.js | |
parent | 78617f067a0e03d9fe9aad135bbdfba880ddf968 (diff) | |
download | jquery-72aada0a156881db8ad530a7543d58ea90e51e84.tar.gz jquery-72aada0a156881db8ad530a7543d58ea90e51e84.zip |
Remove use strict from grunt
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 ) { |