Add types to Timer

pull/21833/head
J. Ryan Stinnett 2021-04-27 12:02:20 +01:00
parent 1df0a82c64
commit bca45a1ad4
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export default class Timer {
}
}
changeTimeout(timeout) {
changeTimeout(timeout: number) {
if (timeout === this.timeout) {
return;
}