typo
This commit is contained in:
parent
fe6f61f0ee
commit
87a7a9b5be
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ Ox.VideoEditPanel = function(options, self) {
|
||||||
return chapter.position;
|
return chapter.position;
|
||||||
});
|
});
|
||||||
} else if (type == 'cut') {
|
} else if (type == 'cut') {
|
||||||
positions = [0].concat(self.options.cuts, self.options.duration);
|
positions = [0].concat(self.cuts, self.options.duration);
|
||||||
}
|
}
|
||||||
return Ox.nextValue(positions, self.options.position, direction);
|
return Ox.nextValue(positions, self.options.position, direction);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue