Some linting issues
This commit is contained in:
parent
9238f0f381
commit
55dd4c58ee
5 changed files with 6 additions and 10 deletions
4
index.ts
4
index.ts
|
@ -26,7 +26,7 @@ class Init {
|
|||
|
||||
if (layoutToUse === undefined) {
|
||||
// No layout found
|
||||
new AllThemesGui()
|
||||
new AllThemesGui().setup()
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -37,8 +37,6 @@ class Init {
|
|||
// @ts-ignore
|
||||
window.mapcomplete_state = State.state;
|
||||
new DefaultGUI(State.state, guiState)
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue