mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(demos): remove debugger statement
This commit is contained in:
@ -14,7 +14,6 @@ class DemoApp {
|
|||||||
androidAttribute: any;
|
androidAttribute: any;
|
||||||
|
|
||||||
constructor(app: IonicApp, platform: Platform) {
|
constructor(app: IonicApp, platform: Platform) {
|
||||||
debugger;
|
|
||||||
this.app = app;
|
this.app = app;
|
||||||
this.platform = platform;
|
this.platform = platform;
|
||||||
this.androidAttribute = helpers.AndroidAttribute;
|
this.androidAttribute = helpers.AndroidAttribute;
|
||||||
|
Reference in New Issue
Block a user