mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(app): add empty function to break tslint
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user