mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
cache window dimensions
This commit is contained in:
@@ -263,7 +263,7 @@ export function ionicBootstrap(rootComponentType, config) {
|
||||
config = new IonicConfig(config);
|
||||
}
|
||||
|
||||
let platform = new IonicPlatform(window);
|
||||
let platform = new IonicPlatform();
|
||||
|
||||
// create the base IonicApp
|
||||
let app = initApp(window, document, config, platform);
|
||||
|
||||
Reference in New Issue
Block a user