summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/compiler.js
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2014-11-26 09:31:46 -0600
committerkpdecker <kpdecker@gmail.com>2014-11-26 09:31:46 -0600
commit5cfe6a0be16a912a5f00af251753a3d5746a6577 (patch)
treef7e928767ddc051114770e379f90b387c8818895 /lib/handlebars/compiler/compiler.js
parentdf421f1e4b43773c61bc7c2c3cd06e0ff9ec4905 (diff)
downloadhandlebars.js-5cfe6a0be16a912a5f00af251753a3d5746a6577.zip
handlebars.js-5cfe6a0be16a912a5f00af251753a3d5746a6577.tar.gz
handlebars.js-5cfe6a0be16a912a5f00af251753a3d5746a6577.tar.bz2
Update MustacheNode for new AST structure
Diffstat (limited to 'lib/handlebars/compiler/compiler.js')
-rw-r--r--lib/handlebars/compiler/compiler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/handlebars/compiler/compiler.js b/lib/handlebars/compiler/compiler.js
index 683e3e5..69937a5 100644
--- a/lib/handlebars/compiler/compiler.js
+++ b/lib/handlebars/compiler/compiler.js
@@ -193,7 +193,7 @@ Compiler.prototype = {
}
},
- mustache: function(mustache) {
+ MustacheStatement: function(mustache) {
this.sexpr(mustache.sexpr);
if(mustache.escaped && !this.options.noEscape) {