typescript fix

This commit is contained in:
Yotam Mann 2021-10-13 13:23:15 -04:00
parent de5dc20252
commit e4811bd00d

View file

@ -107,7 +107,6 @@ export class Ticker {
private _disposeClock(): void {
if (this._timeout) {
clearTimeout(this._timeout);
this._timeout = 0;
}
if (this._worker) {
this._worker.terminate();