ViewTargetActionSupport#destroy()

destroyprivate

Defined in packages/ember-views/lib/mixins/view_support.js:328

You must call destroy on a view to destroy the view (and all of its child views). This will remove the view from any parent node, then make sure that the DOM element managed by the view can be released by the memory manager.

doc_EmberJs
2016-11-30 16:54:01
Comments
Leave a Comment

Please login to continue.