typo
This commit is contained in:
parent
856ea3b1d3
commit
94355eb792
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Ox.LargeVideoTimeline = function(options, self) {
|
||||||
self.center = Math.floor(self.options.width / 2);
|
self.center = Math.floor(self.options.width / 2);
|
||||||
self.fps = 25;
|
self.fps = 25;
|
||||||
self.height = 64;
|
self.height = 64;
|
||||||
self.tileWidth = 150;
|
self.tileWidth = 1500;
|
||||||
self.tiles = self.options.duration * self.fps / self.tileWidth;
|
self.tiles = self.options.duration * self.fps / self.tileWidth;
|
||||||
|
|
||||||
self.$timeline = $('<div>')
|
self.$timeline = $('<div>')
|
||||||
|
|
Loading…
Reference in a new issue