Update src/panels/lovelace/hui-root.ts

Co-Authored-By: balloob <paulus@home-assistant.io>
This commit is contained in:
Ian Richardson 2018-12-11 19:02:07 +01:00 committed by GitHub
parent 884b24da0e
commit a824599a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -417,7 +417,7 @@ class HUIRoot extends hassLocalizeLitMixin(LitElement) {
return this.shadowRoot!.getElementById("view") as HTMLDivElement;
}
private _routeDataChanged(ev) {
private _routeDataChanged(ev): void {
this.routeData = ev.detail.value;
}