Update bin/handlebars

This commit is contained in:
Brian Kaull
2012-12-11 10:41:50 -08:00
parent cbfe84f1a9
commit fd0560b951
+1 -1
View File
@@ -137,7 +137,7 @@ function processTemplate(template, root) {
options.data = true;
}
// Clean the template name
// Clean the template name
if (!root) {
template = basename(template);
} else if (template.indexOf(root) === 0) {