Improve quality of Typescripting (#25232)
This commit is contained in:
parent
c0e070934a
commit
9e6467c684
6 changed files with 19 additions and 8 deletions
|
@ -49,7 +49,7 @@ export default class Favicon {
|
|||
private readonly params: IParams;
|
||||
private readonly canvas: HTMLCanvasElement;
|
||||
private readonly baseImage: HTMLImageElement;
|
||||
private context: CanvasRenderingContext2D;
|
||||
private context!: CanvasRenderingContext2D;
|
||||
private icons: HTMLLinkElement[];
|
||||
|
||||
private isReady = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue