mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: time function for Firefox
This commit is contained in:
parent
dd9cc2d0c0
commit
e1cd6c95b8
1 changed files with 2 additions and 0 deletions
|
|
@ -1 +1,3 @@
|
|||
window.requestAnimationFrame = window.requestAnimationFrame.bind(window)
|
||||
window.setTimeout = window.setTimeout.bind(window)
|
||||
window.clearTimeout = window.clearTimeout.bind(window)
|
||||
|
|
|
|||
Loading…
Reference in a new issue