1
0
Fork 0
forked from 0x2620/oxjs

add keyboard controls for volume

This commit is contained in:
rolux 2011-05-17 12:34:55 +02:00
commit c7167462e8
2 changed files with 21 additions and 8 deletions

View file

@ -221,9 +221,6 @@ Ox.SmallVideoTimeline = function(options, self) {
}
function setPositionMarker() {
Ox.print(self.interfaceLeft + Math.round(
self.options.position * self.imageWidth / self.options.duration
));
self.$positionMarker.css({
left: self.interfaceLeft + Math.round(
self.options.position * self.imageWidth / self.options.duration