Merge pull request #114 from markmarkoh/patch-1

The missing semicolon is breaking our code when we minify.
This commit is contained in:
Alan Johnson
2011-09-01 18:49:12 -07:00
+2 -1
View File
@@ -521,7 +521,8 @@ Handlebars.JavaScriptCompiler = function() {};
+ " || "
+ this.nameLookup('depth' + this.lastContext, name, 'context');
}
toPush += ';';
this.source.push(toPush);
} else {
this.pushStack('depth' + this.lastContext);