cosmetic changes
This commit is contained in:
parent
6bf23dd282
commit
b63adeeb01
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ Ox.LargeVideoTimeline = function(options, self) {
|
||||||
.addClass('OxCut')
|
.addClass('OxCut')
|
||||||
.attr({src: Ox.UI.getImageURL('markerCut')})
|
.attr({src: Ox.UI.getImageURL('markerCut')})
|
||||||
.css({left: (v * self.fps) + 'px'})
|
.css({left: (v * self.fps) + 'px'})
|
||||||
.appendTo(self.$timeline)
|
.appendTo(self.$timeline);
|
||||||
});
|
});
|
||||||
|
|
||||||
self.$markerPosition = $('<img>')
|
self.$markerPosition = $('<img>')
|
||||||
|
|
Loading…
Reference in a new issue