forked from MapComplete/MapComplete
Chore: fix linting errors, obsolete console.logs and typos
This commit is contained in:
parent
e2aaa7d435
commit
0a73b28ee1
4 changed files with 6 additions and 13 deletions
|
@ -17,7 +17,7 @@
|
|||
id = $tags.id
|
||||
}
|
||||
|
||||
let txt = new UIEventSource(undefined)
|
||||
let txt: UIEventSource<string> = new UIEventSource(undefined)
|
||||
let _txt: string = undefined
|
||||
txt.addCallbackD((t) => {
|
||||
_txt = t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue