summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/compiler.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/handlebars/compiler/compiler.js')
-rw-r--r--lib/handlebars/compiler/compiler.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/handlebars/compiler/compiler.js b/lib/handlebars/compiler/compiler.js
index e1bc01b..9cdf250 100644
--- a/lib/handlebars/compiler/compiler.js
+++ b/lib/handlebars/compiler/compiler.js
@@ -840,6 +840,7 @@ Handlebars.JavaScriptCompiler = function() {};
if (this.options.stringParams) {
var type = this.popStack();
+ this.popStack();
this.source.push("hashTypes['" + key + "'] = " + type + ";");
}