mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
do not remove cordovans deviceready event listener
This commit is contained in:
@@ -320,7 +320,6 @@
|
||||
}
|
||||
readyCallbacks = [];
|
||||
ionic.trigger('platformready', { target: document });
|
||||
document.removeEventListener("deviceready", onPlatformReady, false);
|
||||
}
|
||||
|
||||
})(window.ionic);
|
||||
|
||||
Reference in New Issue
Block a user