mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-16 18:44:56 -05:00
allowing paren-less instance creation, a la 'new Class'
This commit is contained in:
@@ -25,7 +25,7 @@ else
|
||||
exports.VERSION: '0.7.0'
|
||||
|
||||
# Instantiate a Lexer for our use here.
|
||||
lexer: new Lexer()
|
||||
lexer: new Lexer
|
||||
|
||||
# Compile a string of CoffeeScript code to JavaScript, using the Coffee/Jison
|
||||
# compiler.
|
||||
|
||||
Reference in New Issue
Block a user