Fix bug where inverse section was being passed to subsequent helpers

This commit is contained in:
Yehuda Katz
2011-12-27 00:30:24 -08:00
parent cb04822812
commit e57e626480
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -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');
},