bp74 / StageXL

A fast and universal 2D rendering engine for HTML5 and Dart.
http://www.stagexl.org
Other
880 stars 82 forks source link

Eliminate unnecessary throws #317

Closed kevmoo closed 5 years ago

bp74 commented 5 years ago

Thanks! I think there might be other unnecessary throws in the code as well. We used those throws to optimize the JS code that was generated with dart2js. But since Dart is a strongly typed language now those throws are probably useless now.