hexonaut / haxe-dom

A cross-platform implementation of the DOM. Built to reduce duplicate code across server and client.
MIT License
47 stars 4 forks source link

Client init does not work for extended classes #13

Closed hexonaut closed 10 years ago

hexonaut commented 10 years ago

If you write a method with a @:client tag and extend that class then the method does not get invoked on load.