From 94646fc81e7bb135bd7138e0b097447e03fd3bd1 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 30 Mar 2018 11:25:11 -0400 Subject: [PATCH] style(app): add empty function to break tslint --- core/src/components/app/app.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/components/app/app.tsx b/core/src/components/app/app.tsx index 4772777505..5fa1fc5eaf 100644 --- a/core/src/components/app/app.tsx +++ b/core/src/components/app/app.tsx @@ -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);