diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-29 20:05:06 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-29 20:05:06 +0200 |
| commit | 040d5372c1033bb7c0580ad2c9b6b32f974a20c8 (patch) | |
| tree | e452aa8ad583607b87d47ef82eabf0bd7e3ab60a /frontend/ts/timer.ts | |
| parent | 6baaa14bde032afa363dbdd50119a20e9f47df1c (diff) | |
| download | fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.tar.gz fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.tar.zst fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.zip | |
Version 1.0
Diffstat (limited to 'frontend/ts/timer.ts')
| -rw-r--r-- | frontend/ts/timer.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/ts/timer.ts b/frontend/ts/timer.ts index db70356..013d498 100644 --- a/frontend/ts/timer.ts +++ b/frontend/ts/timer.ts @@ -25,6 +25,7 @@ export default class Timer { this.divTimer.innerHTML = secondsElapsed.toString(); } } + stop(): void { this.divTimer.innerHTML = ''; clearInterval(this.interval); |
