1
0
Fork 0
forked from 0x2620/oxjs

use Ox.highlight; minor reformatting

This commit is contained in:
rolux 2012-06-03 10:41:18 +02:00
commit 4ba06fde41
7 changed files with 21 additions and 15 deletions

View file

@ -191,7 +191,9 @@ Ox.LargeVideoTimeline = function(options, self) {
left: (subtitle['in'] * self.fps) + 'px',
width: (((subtitle.out - subtitle['in']) * self.fps) - 2) + 'px'
})
.html(Ox.highlight(subtitle.text, self.options.find, 'OxHighlight'))
.html(Ox.highlight(
subtitle.text, self.options.find, 'OxHighlight'
))
.appendTo(self.$timeline);
});
}