bestiejs / json3

A JSON polyfill. No longer maintained.
https://bestiejs.github.io/json3
Other
1.02k stars 150 forks source link

Fixed some warnings uglifyjs gave when compressing. #36

Closed CmdrMoozy closed 11 years ago

CmdrMoozy commented 11 years ago

"uglifyjs --lint -c json3.js" should ideally do its thing without noting any warnings like unused variables & etc.

ghost commented 11 years ago

Thank you! This has been manually merged into v3.2.5—the remaining warnings about the exception symbol can be safely ignored, as catch clauses require identifier names.