Commit 60c528a9 by Valera Rozuvan

Minor tweak.

parent b3a9f63d
......@@ -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
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment