mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
[PALEMOON] Use non-prefixed cancelAnimationFrame in browser-fullscreen.js
This commit is contained in:
parent
38abddf0e6
commit
3a6779ae87
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ var FullScreen = {
|
|||
},
|
||||
|
||||
_cancelAnimation: function() {
|
||||
window.mozCancelAnimationFrame(this._animationHandle);
|
||||
window.cancelAnimationFrame(this._animationHandle);
|
||||
this._animationHandle = 0;
|
||||
clearTimeout(this._animationTimeout);
|
||||
this._isAnimating = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue