zskarte / zskarte-client

Private members should be marked as readonly JS-0368
Anti-pattern
Major
8 months ago8 months old
Member '_shortcut: ShortcutService' is never reassigned; mark it as readonly
11  height = window.innerHeight;
12  width = window.innerWidth;
13
14  constructor(private _shortcut: ShortcutService) {15    this._shortcut.initialize();
16  }
17