diff --git a/tasks/couchapp.js b/tasks/couchapp.js index d64952b..30482c3 100755 --- a/tasks/couchapp.js +++ b/tasks/couchapp.js @@ -41,7 +41,7 @@ module.exports = function(grunt) { }); grunt.registerMultiTask("rmcouchdb", "Delete a Couch Database", function() { - var done, parts, nano, dbname, _this; + var done, parts, nano, dbname, _this, db; _this = this; done = this.async(); db = genDB(this.data.db); @@ -75,7 +75,7 @@ module.exports = function(grunt) { }); grunt.registerMultiTask("mkcouchdb", "Make a Couch Database", function() { - var done, parts, nano, dbname, _this; + var done, parts, nano, dbname, _this, db; _this = this; done = this.async();