Remove unused vars and add jshint checking

This commit is contained in:
kpdecker
2014-12-01 01:32:41 -06:00
parent 0d396ccd30
commit 203df9d5b7
8 changed files with 4 additions and 10 deletions
-1
View File
@@ -13,7 +13,6 @@ module.exports.cli = function(opts) {
return;
}
var template = [0];
if (!opts.templates.length) {
throw new Handlebars.Exception('Must define at least one template or directory.');
}