in VideoPlayer, pass playInToOut as showInToOut to SmallVideoTimeline

This commit is contained in:
rolux 2013-02-15 10:50:15 +05:30
parent 57ca8e44b4
commit f078af1c05

View file

@ -1511,6 +1511,7 @@ Ox.VideoPlayer = function(options, self) {
paused: self.options.paused,
position: self.options.position,
results: self.results,
showInToOut: self.options.playInToOut,
showMilliseconds: self.options.showMilliseconds,
subtitles: self.options.enableSubtitles ? self.options.subtitles : [],
width: getTimelineWidth()