removed references to .boolean, which broke the YUI Compressor
This commit is contained in:
@@ -90,7 +90,7 @@ var Handlebars = require("handlebars");
|
||||
|
||||
Handlebars.AST.BooleanNode = function(bool) {
|
||||
this.type = "BOOLEAN";
|
||||
this.boolean = bool;
|
||||
this.bool = bool;
|
||||
};
|
||||
|
||||
Handlebars.AST.CommentNode = function(comment) {
|
||||
|
||||
Reference in New Issue
Block a user