forked from 0x2620/oxjs
better Ox.find() (return exact match first)
This commit is contained in:
parent
0fc5299bda
commit
28138cc446
3 changed files with 11 additions and 17 deletions
|
|
@ -155,7 +155,6 @@ Ox.VideoEditor = function(options, self) {
|
|||
}).map(function(obj) {
|
||||
return obj.word;
|
||||
});
|
||||
Ox.print('WORDS', self.words)
|
||||
|
||||
self.$editor = new Ox.Element()
|
||||
.addClass('OxVideoEditor')
|
||||
|
|
|
|||
|
|
@ -1326,7 +1326,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
$element.hide().css({opacity: 1});
|
||||
});
|
||||
});
|
||||
self.options.fullscreen && hideControls();
|
||||
//self.options.fullscreen && hideControls();
|
||||
}
|
||||
|
||||
function hideControls() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue