CoffeeScript 1.3.3

This commit is contained in:
Jeremy Ashkenas
2012-05-15 12:35:40 -04:00
parent e3454ed7fb
commit 79492aab36
61 changed files with 84 additions and 72 deletions

View File

@@ -21,7 +21,7 @@ else if require.registerExtension
require.registerExtension '.coffee', (content) -> compile content
# The current CoffeeScript version number.
exports.VERSION = '1.3.2'
exports.VERSION = '1.3.3'
# Words that cannot be used as identifiers in CoffeeScript code
exports.RESERVED = RESERVED