This commit is contained in:
2018-03-29 11:36:54 +02:00
parent 68c44d3d72
commit 91dce1895f
3 changed files with 5 additions and 15 deletions

View File

@ -207,9 +207,6 @@ export class Application {
}
emit(eventName: string) {
document.dispatchEvent(new Event(eventName, {
"bubbles": true,
"cancelable": true
}))
document.dispatchEvent(new Event(eventName))
}
}