summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/ast.js
diff options
context:
space:
mode:
authorOr Neeman <oneeman@gmail.com>2014-12-07 08:44:03 -0600
committerOr Neeman <oneeman@gmail.com>2014-12-07 09:00:56 -0600
commite7f51c2248340461ce0cdc5790f6af0203f4f1c4 (patch)
treefd5aca6878fa0e01515340621feb90644a357241 /lib/handlebars/compiler/ast.js
parent3238645f260a77b02baa9b686cf7d5de3a7d2694 (diff)
downloadhandlebars.js-e7f51c2248340461ce0cdc5790f6af0203f4f1c4.zip
handlebars.js-e7f51c2248340461ce0cdc5790f6af0203f4f1c4.tar.gz
handlebars.js-e7f51c2248340461ce0cdc5790f6af0203f4f1c4.tar.bz2
Add instructions for 'spec/mustache' to CONTRIBUTING.md, fix a few typos elsewere
Diffstat (limited to 'lib/handlebars/compiler/ast.js')
-rw-r--r--lib/handlebars/compiler/ast.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/handlebars/compiler/ast.js b/lib/handlebars/compiler/ast.js
index 72a56aa..0020216 100644
--- a/lib/handlebars/compiler/ast.js
+++ b/lib/handlebars/compiler/ast.js
@@ -111,5 +111,5 @@ var AST = {
// Must be exported as an object rather than the root of the module as the jison lexer
-// most modify the object to operate properly.
+// must modify the object to operate properly.
export default AST;