Chore: remove obsolete argument
This commit is contained in:
parent
2526bc15bf
commit
3190017bf5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default class InitialMapPositioning {
|
|||
public location: UIEventSource<{ lon: number; lat: number }>
|
||||
public useTerrain: Store<boolean>
|
||||
|
||||
constructor(layoutToUse: LayoutConfig, downloader: OsmObjectDownloader) {
|
||||
constructor(layoutToUse: LayoutConfig) {
|
||||
function localStorageSynced(
|
||||
key: string,
|
||||
deflt: number,
|
||||
|
|
Loading…
Reference in a new issue