From ac5aa63d5a63ca1952acfdbfc3bedf9fb3f5462a Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 11 Feb 2013 12:53:12 +0530 Subject: [PATCH] typo --- source/Ox.UI/js/Video/VideoPreview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/VideoPreview.js b/source/Ox.UI/js/Video/VideoPreview.js index 09a38d6d..6464d08b 100644 --- a/source/Ox.UI/js/Video/VideoPreview.js +++ b/source/Ox.UI/js/Video/VideoPreview.js @@ -77,7 +77,7 @@ Ox.VideoPreview = function(options, self) { self.timeout = setTimeout(function() { self.$frame.attr({src: self.options.getFrame(position)}); }, 250); - return '
' + (tooltip ? tooltip + '
' : '') + Ox.formatDuration(position, 2) + '
';