video panel: set timeline in/out on load

This commit is contained in:
rlx 2013-07-09 10:01:38 +00:00
parent b33658ed6b
commit 7bfa671ebf

View file

@ -230,6 +230,8 @@ Ox.VideoPanel = function(options, self) {
duration: self.options.duration,
find: self.options.find,
getImageURL: self.options.getLargeTimelineURL,
'in': self.options['in'],
out: self.options.out,
position: self.options.position,
subtitles: self.options.enableSubtitles ? self.options.subtitles : [],
videoId: self.options.videoId,