From 7bfa671ebfc1349ec86a54752703fabbb9769308 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Tue, 9 Jul 2013 10:01:38 +0000 Subject: [PATCH] video panel: set timeline in/out on load --- source/Ox.UI/js/Video/VideoPanel.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Ox.UI/js/Video/VideoPanel.js b/source/Ox.UI/js/Video/VideoPanel.js index 54bbe5ed..6e7709c5 100644 --- a/source/Ox.UI/js/Video/VideoPanel.js +++ b/source/Ox.UI/js/Video/VideoPanel.js @@ -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,