Merge pull request #753 from sarahBuisson/patch-2

Update Ticker.ts
This commit is contained in:
Yotam Mann 2020-09-23 15:51:47 -04:00 committed by GitHub
commit 15c4e140fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ export class Ticker {
this._timeout = setTimeout(() => {
this._createTimeout();
this._callback();
}, this._updateInterval * 1000);
}, this._updateInterval * 1000).valueOf();
}
/**