mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 867034 - Remove |this| from |this.Utils|. r=jaws
This commit is contained in:
parent
bbf10bd71c
commit
abe97ed821
@ -1031,7 +1031,7 @@
|
||||
|
||||
onFullscreenChange: function () {
|
||||
if (this.isVideoInFullScreen()) {
|
||||
this.Utils._hideControlsTimeout = setTimeout(this._hideControlsFn, this.HIDE_CONTROLS_TIMEOUT_MS);
|
||||
Utils._hideControlsTimeout = setTimeout(this._hideControlsFn, this.HIDE_CONTROLS_TIMEOUT_MS);
|
||||
}
|
||||
this.setFullscreenButtonState();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user