Bug 867034 - Remove |this| from |this.Utils|. r=jaws

This commit is contained in:
Sunny 2013-05-07 12:26:30 -04:00
parent bbf10bd71c
commit abe97ed821

View File

@ -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();
},