From 60c528a9be97da583df2ea1fd60d41286c368c72 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Thu, 3 Oct 2013 16:57:00 +0300 Subject: [PATCH] Minor tweak. --- .../lib/xmodule/xmodule/js/src/video/09_video_caption.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/lib/xmodule/xmodule/js/src/video/09_video_caption.js b/common/lib/xmodule/xmodule/js/src/video/09_video_caption.js index 33b656e61e..71d7cc4aee 100644 --- a/common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +++ b/common/lib/xmodule/xmodule/js/src/video/09_video_caption.js @@ -158,8 +158,8 @@ function () { keydown, this.videoCaption.autoShowCaptions }); - // Moving slider on subtitles is not a mouse move, - // but captions and controls should be shown. + // Moving slider on subtitles is not a mouse move, but captions and + // controls should be shown. this.videoCaption.subtitlesEl .on( 'scroll', this.videoCaption.autoShowCaptions @@ -171,8 +171,8 @@ function () { this.videoCaption.subtitlesEl.on({ keydown: this.videoCaption.autoShowCaptions, - // Moving slider on subtitles is not a mouse move, - // but captions should not be auto-hidden. + // Moving slider on subtitles is not a mouse move, but captions + // should not be auto-hidden. scroll: this.videoCaption.autoShowCaptions });