pass options.timeline, there is no options.type

This commit is contained in:
j 2012-05-19 15:24:00 +02:00
parent ac35d761ac
commit 2198d0b1ec

View file

@ -571,7 +571,7 @@ Ox.VideoTimelinePlayer = function(options, self) {
Ox.loop(self.tiles, function(i) { Ox.loop(self.tiles, function(i) {
$('<img>') $('<img>')
.attr({ .attr({
src: self.options.getLargeTimelineURL(self.options.type, i) src: self.options.getLargeTimelineURL(self.options.timeline, i)
}) })
.css({ .css({
position: 'absolute', position: 'absolute',