forked from MapComplete/MapComplete
Formatting, comments, use injected download functionality
This commit is contained in:
parent
7b774b2aa3
commit
dc5c3461f8
7 changed files with 47 additions and 98 deletions
|
@ -36,7 +36,7 @@ export default class UserRelatedState extends ElementsState {
|
|||
public installedThemes: UIEventSource<{ layout: LayoutConfig; definition: string }[]>;
|
||||
|
||||
|
||||
constructor(layoutToUse: LayoutConfig, options:{attemptLogin : true | boolean}) {
|
||||
constructor(layoutToUse: LayoutConfig, options?:{attemptLogin : true | boolean}) {
|
||||
super(layoutToUse);
|
||||
|
||||
this.osmConnection = new OsmConnection({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue