1
0
Fork 0
forked from 0x2620/oxjs

some more tabs to spaces

This commit is contained in:
rolux 2013-06-02 22:19:36 +02:00
commit 4950898b34
7 changed files with 19 additions and 19 deletions

View file

@ -738,7 +738,7 @@ Ox.VideoTimelinePlayer = function(options, self) {
function setWidth() {
self.contentWidth = self.options.width - 2 * self.margin;
self.lines = getLines();
Ox.loop(self.lines, function(i) {
Ox.loop(self.lines, function(i) {
if (self.$lines[i]) {
self.$lines[i].css({
width: self.contentWidth + 'px'