forked from 0x2620/oxjs
fix a bug in subtitle display on small timeline
This commit is contained in:
parent
2c2caf8f58
commit
0883bc7127
2 changed files with 2 additions and 2 deletions
|
|
@ -192,7 +192,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
self.results = [];
|
||||
self.words = getWords();
|
||||
|
||||
//Ox.print('VIDEO EDITOR OPTIONS', self.options)
|
||||
Ox.print('VIDEO EDITOR OPTIONS', self.options)
|
||||
|
||||
self.$editor = Ox.Element()
|
||||
.addClass('OxVideoEditor')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue