cosmetic changes

This commit is contained in:
rolux 2013-03-08 08:42:36 +00:00
parent 6bf23dd282
commit b63adeeb01

View file

@ -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 = $('<img>')