add comment

This commit is contained in:
j 2014-02-04 09:32:50 +00:00
parent 49762fe47f
commit 403e38a57f

View file

@ -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')});
});