hyperandroid / CAAT

Canvas Advanced Animation Toolkit
hyperandroid.github.com/CAAT
MIT License
727 stars 117 forks source link

Cannot Remove Directors #156

Open christoph-neumann opened 10 years ago

christoph-neumann commented 10 years ago

It's quite easy to create a new director via: CAAT.Foundation.Director().initialize(...). However, once a director has been created and added to the list of directors in the CAAT.director list, there is no straightforward way to remove a director. Sure, you can remove the director from the CAAT.director list, but that doesn't remove all the resources related to that directory, unregister the event handlers, etc.