mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-16 18:44:56 -05:00
fixing exports for the browser
This commit is contained in:
@@ -13,8 +13,9 @@ if process?
|
||||
Lexer: require('lexer').Lexer
|
||||
parser: require('parser').parser
|
||||
else
|
||||
parser: exports.parser
|
||||
this.exports: this.CoffeeScript: {}
|
||||
Lexer: this.Lexer
|
||||
parser: this.parser
|
||||
|
||||
# The current CoffeeScript version number.
|
||||
exports.VERSION: '0.5.5'
|
||||
|
||||
Reference in New Issue
Block a user