1
0
Fork 0
forked from 0x2620/oxjs

fix a bug in subtitle display on small timeline

This commit is contained in:
rlx 2012-02-19 07:41:19 +00:00
commit 0883bc7127
2 changed files with 2 additions and 2 deletions

View file

@ -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')