hexonaut / haxe-dom

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

Allow arbitrary objects to use standard JS event emitters #5

Closed hexonaut closed 10 years ago

hexonaut commented 10 years ago

Only DOM objects can register events on the server. Expand this to allow for arbitrary objects extending EventTarget to be included as well.