Bug 730996 - Audio controls should not disappear. r=dolske

This commit is contained in:
Wes Johnston 2012-02-27 15:53:01 -08:00
parent 3bc6c25e8a
commit 3dac0e934e

View File

@ -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);