RealyUniqueName / haxe

Haxe - The Cross-Platform Toolkit

Home Page:http://haxe.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call Boot initialization in each loaded class

RealyUniqueName opened this issue · comments

Add a call to Boot initialization method to make explicit call to that method optional.
This will allow external code to use Haxe-generated one without the need to consider the specifics of Haxe-generated code.

Implemented in 53ea52b