mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 20:13:07 +00:00
typescript fix
This commit is contained in:
parent
de5dc20252
commit
e4811bd00d
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ export class Ticker {
|
||||||
private _disposeClock(): void {
|
private _disposeClock(): void {
|
||||||
if (this._timeout) {
|
if (this._timeout) {
|
||||||
clearTimeout(this._timeout);
|
clearTimeout(this._timeout);
|
||||||
this._timeout = 0;
|
|
||||||
}
|
}
|
||||||
if (this._worker) {
|
if (this._worker) {
|
||||||
this._worker.terminate();
|
this._worker.terminate();
|
||||||
|
|
Loading…
Reference in a new issue