From e3d9969c93ef2e87d1aeedc220a8423383b69e30 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sun, 21 Aug 2011 08:18:38 +0000 Subject: [PATCH] merging changes --- source/Ox.UI/js/Video/Ox.VideoPreview.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Video/Ox.VideoPreview.js b/source/Ox.UI/js/Video/Ox.VideoPreview.js index 59b0b8fa..f55285a0 100644 --- a/source/Ox.UI/js/Video/Ox.VideoPreview.js +++ b/source/Ox.UI/js/Video/Ox.VideoPreview.js @@ -36,6 +36,7 @@ Ox.VideoPreview = function(options, self) { self.$interface = Ox.Element({ tooltip: function(event) { //event.offsetX does not work in Firefox + // fixme: use layerX then var position = getPosition(event.clientX - that.offset().left); self.$frame.attr({src: self.options.getFrame(position)}); return Ox.formatDuration(position, 2);