Revert "style(app): add empty function to break tslint"

This reverts commit 94646fc81e7bb135bd7138e0b097447e03fd3bd1.
This commit is contained in:
Brandy Carney
2018-03-30 12:27:36 -04:00
parent 7923b55b84
commit f1987b6403

View File

@ -25,8 +25,6 @@ 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);