mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-26 11:34:14 +00:00
Need to prefix performance with window (#922)
This commit is contained in:
parent
6f7cb02bf1
commit
65c419926a
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class Timer extends MakiObject {
|
|||
}
|
||||
|
||||
start(): void {
|
||||
this._animationStartTime = performance.now();
|
||||
this._animationStartTime = window.performance.now();
|
||||
this._animationLoop();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue