Must pop the stack extra for hashes

This commit is contained in:
tomhuda
2013-01-18 15:37:09 -08:00
parent ccd6a22ea5
commit cd9895061b
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -840,6 +840,7 @@ Handlebars.JavaScriptCompiler = function() {};
if (this.options.stringParams) {
var type = this.popStack();
this.popStack();
this.source.push("hashTypes['" + key + "'] = " + type + ";");
}