(public global: any)
| 52 | |
| 53 | // tslint:disable-next-line: no-any |
| 54 | constructor(public global: any) { |
| 55 | this.populateURLFlags(); |
| 56 | } |
| 57 | |
| 58 | setPlatform(platformName: string, platform: Platform) { |
| 59 | if (this.platform != null) { |
nothing calls this directly
no test coverage detected