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) {
|
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',
|
||||||
|
|
Loading…
Reference in a new issue