Prefer getElement() to view registry for Docks, PaneContainer & Pane

This commit is contained in:
Matthew Dapena-Tretter
2017-03-20 19:52:01 -07:00
parent 6f9893d77d
commit 98e7fcc505
10 changed files with 50 additions and 31 deletions

View File

@@ -22,7 +22,7 @@ class PanelContainerElement extends HTMLElement {
// Add the dock.
if (this.model.dock != null) {
this.appendChild(this.views.getView(this.model.dock))
this.appendChild(this.model.dock.getElement())
}
return this