Must pop the stack extra for hashes
This commit is contained in:
@@ -840,6 +840,7 @@ Handlebars.JavaScriptCompiler = function() {};
|
||||
|
||||
if (this.options.stringParams) {
|
||||
var type = this.popStack();
|
||||
this.popStack();
|
||||
this.source.push("hashTypes['" + key + "'] = " + type + ";");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user