Fix bug where inverse section was being passed to subsequent helpers
This commit is contained in:
@@ -181,6 +181,7 @@ Handlebars.JavaScriptCompiler = function() {};
|
||||
this.declare('inverse', programGuid);
|
||||
|
||||
this.opcode('invokeProgram', null, params.length, !!block.mustache.hash);
|
||||
this.declare('inverse', null);
|
||||
this.opcode('append');
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user