|
|
@ -1,6 +1,5 @@ |
|
|
|
export class FramingService { |
|
|
|
export class FramingService { |
|
|
|
constructor (sidePanel, verticalIcons, mainView, resizeFeature) { |
|
|
|
constructor (verticalIcons, layout) { |
|
|
|
this.sidePanel = sidePanel |
|
|
|
|
|
|
|
this.verticalIcons = verticalIcons |
|
|
|
this.verticalIcons = verticalIcons |
|
|
|
this.mainPanel = mainView.getAppPanel() |
|
|
|
this.mainPanel = mainView.getAppPanel() |
|
|
|
this.mainView = mainView |
|
|
|
this.mainView = mainView |
|
|
|