mirror of
https://github.com/videojs/video.js.git
synced 2024-11-28 08:58:46 +02:00
Fix issue with minified version
This commit is contained in:
parent
e4a0d264d6
commit
3cfbf94245
@ -1624,7 +1624,7 @@ vjs.Player.prototype.listenForUserActivity = function(){
|
||||
if (!this.userActivity_) {
|
||||
this.userActive(false);
|
||||
}
|
||||
}), vjs.options.inactivityTimeout);
|
||||
}), vjs.options['inactivityTimeout']);
|
||||
}
|
||||
}), 250);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user