Update doctestts, add lint config
This commit is contained in:
parent
55dd4c58ee
commit
2f2e58faff
5 changed files with 108 additions and 21 deletions
2
index.ts
2
index.ts
|
@ -36,7 +36,7 @@ class Init {
|
|||
// This 'leaks' the global state via the window object, useful for debugging
|
||||
// @ts-ignore
|
||||
window.mapcomplete_state = State.state;
|
||||
new DefaultGUI(State.state, guiState)
|
||||
new DefaultGUI(State.state, guiState).setup()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue