add comment
This commit is contained in:
parent
49762fe47f
commit
403e38a57f
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ Ox.LargeVideoTimeline = function(options, self) {
|
||||||
.css({left: (v * self.fps) + 'px'})
|
.css({left: (v * self.fps) + 'px'})
|
||||||
.appendTo(self.$timeline);
|
.appendTo(self.$timeline);
|
||||||
});
|
});
|
||||||
|
// performs better
|
||||||
self.$timeline.find('.OxCut').attr({src: Ox.UI.getImageURL('markerCut')});
|
self.$timeline.find('.OxCut').attr({src: Ox.UI.getImageURL('markerCut')});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue