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 ba2dd5c6fa
commit d216c8c37a

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