pass options.timeline, there is no options.type
This commit is contained in:
parent
ac35d761ac
commit
2198d0b1ec
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ Ox.VideoTimelinePlayer = function(options, self) {
|
|||
Ox.loop(self.tiles, function(i) {
|
||||
$('<img>')
|
||||
.attr({
|
||||
src: self.options.getLargeTimelineURL(self.options.type, i)
|
||||
src: self.options.getLargeTimelineURL(self.options.timeline, i)
|
||||
})
|
||||
.css({
|
||||
position: 'absolute',
|
||||
|
|
Loading…
Reference in a new issue