Add types to Timer
This commit is contained in:
parent
1df0a82c64
commit
bca45a1ad4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export default class Timer {
|
|||
}
|
||||
}
|
||||
|
||||
changeTimeout(timeout) {
|
||||
changeTimeout(timeout: number) {
|
||||
if (timeout === this.timeout) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue