removing obvious redundant parentheses.

This commit is contained in:
Jeremy Ashkenas
2010-06-27 23:55:18 -04:00
parent a810eb29db
commit 08ab4abd43
11 changed files with 37 additions and 29 deletions

View File

@@ -22,7 +22,7 @@ else
helpers: this.helpers
# The current CoffeeScript version number.
exports.VERSION: '0.6.2'
exports.VERSION: '0.7.0'
# Instantiate a Lexer for our use here.
lexer: new Lexer()