Inline known helper calls
This commit is contained in:
@@ -797,7 +797,7 @@ Handlebars.JavaScriptCompiler = function() {};
|
||||
// so a `helperMissing` fallback is not required.
|
||||
invokeKnownHelper: function(paramSize, name) {
|
||||
var helper = this.setupHelper(paramSize, name);
|
||||
this.pushStack(helper.name + ".call(" + helper.callParams + ")");
|
||||
this.pushStack(helper.name + ".call(" + helper.callParams + ")", true);
|
||||
},
|
||||
|
||||
// [invokeAmbiguous]
|
||||
|
||||
Reference in New Issue
Block a user