add missing OxMedia class in video panel

This commit is contained in:
rolux 2013-01-31 16:11:45 +05:30
parent 23833d2a11
commit 45c3ee5658

View file

@ -221,6 +221,7 @@ Ox.VideoPanel = function(options, self) {
.appendTo(self.$player);
self.$controls = Ox.Element()
.addClass('OxMedia')
.bindEvent({
toggle: toggleControls
});