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);
|
.appendTo(self.$player);
|
||||||
|
|
||||||
self.$controls = Ox.Element()
|
self.$controls = Ox.Element()
|
||||||
|
.addClass('OxMedia')
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
toggle: toggleControls
|
toggle: toggleControls
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue