cincheo / jsweet

A Java to JavaScript transpiler.
http://www.jsweet.org
Other
1.46k stars 158 forks source link

JSON global variable is useless #54

Closed renaudpawlak closed 8 years ago

renaudpawlak commented 8 years ago

API improvement: jsweet.lang.Globals.JSON variable is useless because all the members of JSON are static and can thus be accessed directly.

renaudpawlak commented 8 years ago

Fixed