Closed arturadib closed 13 years ago
Upon object.add():
object.add()
tree
remove
removeChild
Upon object.remove():
object.remove()
this.view.remove()
Upon
object.add()
:tree
remove
(i.e. implementremoveChild
), which will remove the given child from the treeUpon
object.remove()
:this.view.remove()
, which will remove the DOM elementremove
, which will be captured by parent