diff --git a/source/Ox.UI/js/Video/BlockVideoTimeline.js b/source/Ox.UI/js/Video/BlockVideoTimeline.js index 4376af7f..5cafbd36 100644 --- a/source/Ox.UI/js/Video/BlockVideoTimeline.js +++ b/source/Ox.UI/js/Video/BlockVideoTimeline.js @@ -79,7 +79,7 @@ Ox.BlockVideoTimeline = function(options, self) { addLine(i); }); - self.$positionMarker = $('') + self.$positionMarker = Ox.$('') .attr({ src: Ox.UI.getImageURL('markerPosition') }) @@ -91,7 +91,7 @@ Ox.BlockVideoTimeline = function(options, self) { self.$pointMarker = {}; ['in', 'out'].forEach(function(point) { var titlecase = Ox.toTitleCase(point); - self.$pointMarker[point] = $('') + self.$pointMarker[point] = Ox.$('') .addClass('OxMarkerPoint' + titlecase) .attr({ src: Ox.UI.getImageURL('marker' + titlecase) @@ -102,7 +102,7 @@ Ox.BlockVideoTimeline = function(options, self) { } function addLine(i) { - self.$lines[i] = $('