mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 730996 - Audio controls should not disappear. r=dolske
This commit is contained in:
parent
e624f912c7
commit
ef9ff97936
@ -1506,6 +1506,8 @@
|
||||
},
|
||||
|
||||
hideControls : function() {
|
||||
if (!this.Utils.dynamicControls)
|
||||
return;
|
||||
this.Utils.startFadeOut(this.Utils.controlBar);
|
||||
if (this.firstShow)
|
||||
this.videocontrols.addEventListener("transitionend", this, false);
|
||||
|
Loading…
Reference in New Issue
Block a user