Regenerate documentation

This commit is contained in:
Pieter Vander Vennet 2021-10-28 03:21:17 +02:00
parent 9676e526d7
commit cb61f5332a
14 changed files with 415 additions and 1050 deletions

View file

@ -37,7 +37,7 @@ export default class FeatureSwitchState {
public readonly osmApiTileSize: UIEventSource<number>;
public readonly backgroundLayerId: UIEventSource<string>;
protected constructor(layoutToUse: LayoutConfig) {
public constructor(layoutToUse: LayoutConfig) {
this.layoutToUse = layoutToUse;