update large video timeline

This commit is contained in:
rolux 2013-02-20 16:48:05 +05:30
parent dbda122326
commit 5c7ee541d0

View file

@ -81,7 +81,6 @@ Ox.LargeVideoTimeline = function(options, self) {
.css({ .css({
left: self.options.out * self.fps + 'px', left: self.options.out * self.fps + 'px',
width: (self.options.duration - self.options.out) * self.fps + 'px', width: (self.options.duration - self.options.out) * self.fps + 'px',
height: self.height + 'px',
}) })
.appendTo(self.$timeline); .appendTo(self.$timeline);
} }