Commit c3030e8f by Valera Rozuvan

Fixing minor typo.

parent f17a84c9
......@@ -154,8 +154,8 @@ function () {
if ((this.videoType === 'html5') && (this.config.autohideHtml5)) {
this.el.on({
mousemove, this.videoCaption.autoShowCaptions,
keydown, this.videoCaption.autoShowCaptions
mousemove: this.videoCaption.autoShowCaptions,
keydown: this.videoCaption.autoShowCaptions
});
// Moving slider on subtitles is not a mouse move, but captions and
......
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