Everything is working now on the new VM except for partials and inverse sections
This commit is contained in:
@@ -64,8 +64,9 @@ Handlebars.Exception = require("handlebars/utils").Exception;
|
||||
else { dig.push(part); }
|
||||
}
|
||||
|
||||
this.parts = dig;
|
||||
this.depth = depth;
|
||||
this.parts = dig;
|
||||
this.depth = depth;
|
||||
this.isSimple = (dig.length === 1) && (depth === 0)
|
||||
};
|
||||
|
||||
Handlebars.AST.StringNode = function(string) {
|
||||
|
||||
Reference in New Issue
Block a user