From 87a7a9b5bef4fdfbf9d6a06048ceba8488975241 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 18 Jul 2013 13:22:13 +0000 Subject: [PATCH] typo --- source/Ox.UI/js/Video/VideoEditPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/VideoEditPanel.js b/source/Ox.UI/js/Video/VideoEditPanel.js index 37714b35..23c12bd0 100644 --- a/source/Ox.UI/js/Video/VideoEditPanel.js +++ b/source/Ox.UI/js/Video/VideoEditPanel.js @@ -394,7 +394,7 @@ Ox.VideoEditPanel = function(options, self) { return chapter.position; }); } 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); }