style(app): add empty function to break tslint

This commit is contained in:
Brandy Carney
2018-03-30 11:25:11 -04:00
parent 6c6f867ce4
commit 94646fc81e

View File

@@ -25,6 +25,8 @@ export class App {
this.deviceHacks = this.config.getBoolean('deviceHacks', false);
}
testing() {}
hostData() {
const mode = this.config.get('mode');
const hoverCSS = this.config.getBoolean('hoverCSS', false);