add 'invertHighlight' option to video player

This commit is contained in:
rolux 2013-02-12 11:58:52 +05:30
commit 37fd8b2ce9
3 changed files with 20 additions and 10 deletions

View file

@ -21,6 +21,7 @@ Ox.SmallVideoTimeline = function(options, self) {
find: '',
imageURL: '',
'in': 0,
invertHighlight: false,
mode: 'player',
out: 0,
paused: false,
@ -166,6 +167,7 @@ Ox.SmallVideoTimeline = function(options, self) {
duration: self.options.duration,
imageURL: self.options.imageURL,
'in': self.options['in'],
invertHightlight: self.options.invertHighlight,
mode: self.options.mode,
out: self.options.out,
results: self.options.results,