diff options
author | kpdecker <kpdecker@gmail.com> | 2014-08-25 22:39:17 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2014-08-25 22:39:17 -0500 |
commit | ca1486b960af514fc2816351c6a4599a8c1ae79e (patch) | |
tree | 3b438b42b2bf5b3ab3393d7de12118d4f51ddc39 /lib/handlebars/compiler/ast.js | |
parent | dfca676d63d8e99985bf787e5f8998def19fd0e3 (diff) | |
download | handlebars.js-ca1486b960af514fc2816351c6a4599a8c1ae79e.zip handlebars.js-ca1486b960af514fc2816351c6a4599a8c1ae79e.tar.gz handlebars.js-ca1486b960af514fc2816351c6a4599a8c1ae79e.tar.bz2 |
Prune unused code
Diffstat (limited to 'lib/handlebars/compiler/ast.js')
-rw-r--r-- | lib/handlebars/compiler/ast.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/handlebars/compiler/ast.js b/lib/handlebars/compiler/ast.js index 66533a5..49bdc33 100644 --- a/lib/handlebars/compiler/ast.js +++ b/lib/handlebars/compiler/ast.js @@ -37,8 +37,6 @@ var AST = { this.sexpr = new AST.SexprNode(rawParams, hash); } - this.sexpr.isRoot = true; - // Support old AST API that stored this info in MustacheNode this.id = this.sexpr.id; this.params = this.sexpr.params; |