add missing OxMedia class in video panel
This commit is contained in:
parent
23833d2a11
commit
45c3ee5658
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ Ox.VideoPanel = function(options, self) {
|
|||
.appendTo(self.$player);
|
||||
|
||||
self.$controls = Ox.Element()
|
||||
.addClass('OxMedia')
|
||||
.bindEvent({
|
||||
toggle: toggleControls
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue