diff options
author | Ish <ismail.khair@gmail.com> | 2012-10-16 10:58:38 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-10-16 10:58:38 -0400 |
commit | 2e3ca6ca46fd9352e02c140cabd1a2f979b3ce6d (patch) | |
tree | a1f6cc898e9838539e84cf1c757362d5416ae06e /grunt.js | |
parent | 4bb46f413a0e2f6933013b26d2aceddca6cf03f1 (diff) | |
download | jquery-2e3ca6ca46fd9352e02c140cabd1a2f979b3ce6d.tar.gz jquery-2e3ca6ca46fd9352e02c140cabd1a2f979b3ce6d.zip |
Remove unused child_process init and assignment from grunt.js. Closes gh-978
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*/ -var child_process = require("child_process"); - module.exports = function( grunt ) { "use strict"; |