From b63adeeb012f967a739cef095df76ea7efc73a4c Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 8 Mar 2013 08:42:36 +0000 Subject: [PATCH] cosmetic changes --- source/Ox.UI/js/Video/LargeVideoTimeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/LargeVideoTimeline.js b/source/Ox.UI/js/Video/LargeVideoTimeline.js index df17d7f1..a55aba88 100644 --- a/source/Ox.UI/js/Video/LargeVideoTimeline.js +++ b/source/Ox.UI/js/Video/LargeVideoTimeline.js @@ -95,7 +95,7 @@ Ox.LargeVideoTimeline = function(options, self) { .addClass('OxCut') .attr({src: Ox.UI.getImageURL('markerCut')}) .css({left: (v * self.fps) + 'px'}) - .appendTo(self.$timeline) + .appendTo(self.$timeline); }); self.$markerPosition = $('')