forked from 0x2620/oxjs
add 'OxMedia' class to video widgets
This commit is contained in:
parent
2bc41d180e
commit
6f4a928bf3
3 changed files with 3 additions and 2 deletions
|
|
@ -277,7 +277,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
self.words = getWords();
|
||||
|
||||
self.$editor = Ox.Element()
|
||||
.addClass('OxVideoEditor')
|
||||
.addClass('OxVideoEditor OxMedia')
|
||||
.mousedown(function(e) {
|
||||
var $target = $(e.target);
|
||||
!$target.is('.OxPosition') && !$target.is('input') && that.gainFocus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue