mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
Revert "style(app): add empty function to break tslint"
This reverts commit 94646fc81e7bb135bd7138e0b097447e03fd3bd1.
This commit is contained in:
@ -25,8 +25,6 @@ export class App {
|
|||||||
this.deviceHacks = this.config.getBoolean('deviceHacks', false);
|
this.deviceHacks = this.config.getBoolean('deviceHacks', false);
|
||||||
}
|
}
|
||||||
|
|
||||||
testing() {}
|
|
||||||
|
|
||||||
hostData() {
|
hostData() {
|
||||||
const mode = this.config.get('mode');
|
const mode = this.config.get('mode');
|
||||||
const hoverCSS = this.config.getBoolean('hoverCSS', false);
|
const hoverCSS = this.config.getBoolean('hoverCSS', false);
|
||||||
|
Reference in New Issue
Block a user