diff --git a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js index 57d4565d..3963282b 100644 --- a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js +++ b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js @@ -294,7 +294,7 @@ Ox.AnnotationFolder = function(options, self) { } function crossesPoint() { - var positions = [self.position, self.options.position].sort(), + var positions = [self.position, self.options.position].sort(); return self.points.some(function(point) { return point >= positions[0] && point <= positions[1]; });