diff options
author | Or Neeman <oneeman@gmail.com> | 2014-12-07 08:44:03 -0600 |
---|---|---|
committer | Or Neeman <oneeman@gmail.com> | 2014-12-07 09:00:56 -0600 |
commit | e7f51c2248340461ce0cdc5790f6af0203f4f1c4 (patch) | |
tree | fd5aca6878fa0e01515340621feb90644a357241 /lib/handlebars/compiler/ast.js | |
parent | 3238645f260a77b02baa9b686cf7d5de3a7d2694 (diff) | |
download | handlebars.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.js | 2 |
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; |