Remove empy Constructor
This commit is contained in:
@@ -13,9 +13,6 @@ function setLayout(instance, layout, selectedLayout) {
|
||||
}
|
||||
|
||||
class LayoutManager {
|
||||
constructor() {
|
||||
}
|
||||
|
||||
setLayout(layout, save) {
|
||||
if (!layout || layout === 'auto') {
|
||||
this.autoLayout();
|
||||
|
||||
Reference in New Issue
Block a user