diff --git a/source/Ox.UI/js/Video/Ox.VideoElement.js b/source/Ox.UI/js/Video/Ox.VideoElement.js index 29d250b5..0ec62683 100644 --- a/source/Ox.UI/js/Video/Ox.VideoElement.js +++ b/source/Ox.UI/js/Video/Ox.VideoElement.js @@ -271,7 +271,7 @@ Ox.VideoElement = function(options, self) { if (item.offsets[i] <= time) { currentPart = i; currentTime = time - item.offsets[i]; - return false; + Ox.break(); } }); Ox.Log('Video', 'sCT', time, currentPart, currentTime);