From 403e38a57f9e664763638f91c483c3141ba1f02b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 4 Feb 2014 09:32:50 +0000 Subject: [PATCH] add comment --- source/Ox.UI/js/Video/LargeVideoTimeline.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Video/LargeVideoTimeline.js b/source/Ox.UI/js/Video/LargeVideoTimeline.js index 88648489..16d15044 100644 --- a/source/Ox.UI/js/Video/LargeVideoTimeline.js +++ b/source/Ox.UI/js/Video/LargeVideoTimeline.js @@ -101,6 +101,7 @@ Ox.LargeVideoTimeline = function(options, self) { .css({left: (v * self.fps) + 'px'}) .appendTo(self.$timeline); }); + // performs better self.$timeline.find('.OxCut').attr({src: Ox.UI.getImageURL('markerCut')}); });