The missing semicolon is breaking our code when we minify.

This commit is contained in:
Mark DiMarco
2011-09-01 20:37:51 -05:00
parent 96571b93c1
commit 696dc2dc36
+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);