We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97dfa5e commit 1055536Copy full SHA for 1055536
src/timer.cubing.net/timing/Controller.ts
@@ -16,7 +16,7 @@ type TransitionMap = Record<State, State>;
16
17
export class Controller {
18
private timer: Timer;
19
- // @ts-ignore: This is initialized but TypeScript is not powerful enough to tell.
+ // @ts-ignore: This is initialized unconditionally by the constructor but TypeScript is not powerful enough to tell.
20
private state: State;
21
constructor(
22
private domElement: HTMLElement,
0 commit comments