Merge pull request #114 from markmarkoh/patch-1
The missing semicolon is breaking our code when we minify.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user