From 51881d98b925074e84efb3c5fa30b952d8eaeed8 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Feb 2013 01:55:24 +0530 Subject: [PATCH] typo --- source/Ox.UI/js/Video/VideoPlayer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index cf14c68e..83a8f7ae 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -1922,7 +1922,8 @@ Ox.VideoPlayer = function(options, self) { && title == Ox.getObjectById( self.options.timelineTypes, self.options.timelineType - ).title; + ).title + ); $(children[1]).attr({ src: Ox.UI.getImageURL( 'symbol' + (checked ? 'Check' : 'None')