mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
refactor(all): enable strictPropertyInitialization
This commit is contained in:
@ -5,7 +5,6 @@ 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