mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
fix(prerender): local references to window/document
This commit is contained in:
@ -5,6 +5,7 @@ import { configFromURL, isIOS } from '../utils/platform';
|
||||
const Ionic = (window as any).Ionic = (window as any).Ionic || {};
|
||||
declare const Context: any;
|
||||
|
||||
debugger;
|
||||
// queue used to coordinate DOM reads and
|
||||
// write in order to avoid layout thrashing
|
||||
Object.defineProperty(Ionic, 'queue', {
|
||||
|
||||
Reference in New Issue
Block a user