From 45c3ee5658ba5658d39867f05f067a57cd41472a Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 Jan 2013 16:11:45 +0530 Subject: [PATCH] add missing OxMedia class in video panel --- source/Ox.UI/js/Video/VideoPanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Video/VideoPanel.js b/source/Ox.UI/js/Video/VideoPanel.js index 743bce04..54bbe5ed 100644 --- a/source/Ox.UI/js/Video/VideoPanel.js +++ b/source/Ox.UI/js/Video/VideoPanel.js @@ -221,6 +221,7 @@ Ox.VideoPanel = function(options, self) { .appendTo(self.$player); self.$controls = Ox.Element() + .addClass('OxMedia') .bindEvent({ toggle: toggleControls });