removed references to .boolean, which broke the YUI Compressor

This commit is contained in:
gleitz
2011-06-22 17:18:07 -04:00
parent be8f4f6fb9
commit 52900c89f7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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) {