From 2198d0b1ecf1c75cc355b327889ade58692395fd Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 19 May 2012 15:24:00 +0200 Subject: [PATCH] pass options.timeline, there is no options.type --- source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js index 8f0bfb89..8b838d5b 100644 --- a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js @@ -571,7 +571,7 @@ Ox.VideoTimelinePlayer = function(options, self) { Ox.loop(self.tiles, function(i) { $('') .attr({ - src: self.options.getLargeTimelineURL(self.options.type, i) + src: self.options.getLargeTimelineURL(self.options.timeline, i) }) .css({ position: 'absolute',