Cleanup
This commit is contained in:
@ -207,9 +207,6 @@ export class Application {
|
||||
}
|
||||
|
||||
emit(eventName: string) {
|
||||
document.dispatchEvent(new Event(eventName, {
|
||||
"bubbles": true,
|
||||
"cancelable": true
|
||||
}))
|
||||
document.dispatchEvent(new Event(eventName))
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user