This commit is contained in:
rlx 2013-07-18 13:22:13 +00:00
parent fe6f61f0ee
commit 87a7a9b5be

View file

@ -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);
} }