diff options
Diffstat (limited to 'lib/handlebars/compiler/compiler.js')
-rw-r--r-- | lib/handlebars/compiler/compiler.js | 1 |
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 + ";"); } |