mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: protected access on doc
This commit is contained in:
@@ -62,7 +62,7 @@ export class Platform {
|
||||
resize = new Subject<void>();
|
||||
|
||||
constructor(
|
||||
@Inject(DOCUMENT) private doc: any,
|
||||
@Inject(DOCUMENT) protected doc: any,
|
||||
zone: NgZone,
|
||||
private isPlatform: typeof _isPlatform,
|
||||
private getPlatforms: typeof _getPlatforms
|
||||
|
||||
Reference in New Issue
Block a user