forked from MapComplete/MapComplete
docs: improve typing
This commit is contained in:
parent
0dcc20f20b
commit
3eee9bd9f8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export class ElementStorage {
|
|||
return es
|
||||
}
|
||||
|
||||
getEventSourceById(elementId): UIEventSource<any> {
|
||||
getEventSourceById(elementId): UIEventSource<any> | undefined {
|
||||
if (elementId === undefined) {
|
||||
return undefined
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue