dojox_application
dojox_application copied to clipboard
View.destroy is never called
The View destroy method is AFAIK never called.
The View.destroy() method is never called in framework, but this method should be called in application's code if a user dynamically create a view and destroy the view.
Then I guess we are lacking:
- some API documentation
- a test/example that shows this