Pop child view from child_model.view in delete_child_view

This commit is contained in:
Brian E. Granger 2014-05-08 11:59:20 -05:00
parent 2ffd153e5d
commit 6c03b508a5

View File

@ -313,6 +313,7 @@ function(WidgetManager, _, Backbone){
if (view !== undefined) {
delete this.child_views[child_model.id];
view.remove();
child_model.views.pop(view);
}
},