Confiure eslint package and fix lint issues
This commit is contained in:
parent
6c50aa14ad
commit
9bb1f99bd9
9 changed files with 634 additions and 112 deletions
|
@ -52,7 +52,7 @@ export default class Favicon {
|
|||
private context: CanvasRenderingContext2D;
|
||||
private icons: HTMLLinkElement[];
|
||||
|
||||
private isReady: boolean = false;
|
||||
private isReady = false;
|
||||
// callback to run once isReady is asserted, allows for a badge to be queued for when it can be shown
|
||||
private readyCb = () => {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue