CoffeeScript 0.6.2

This commit is contained in:
Jeremy Ashkenas
2010-05-15 01:18:05 -04:00
parent a8d4c3a567
commit 485346f0e5
34 changed files with 479 additions and 323 deletions

View File

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