mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +02:00
Allow per-player setting of inactivityTimeout
This commit is contained in:
parent
3cfbf94245
commit
0b4737d209
@ -1624,7 +1624,7 @@ vjs.Player.prototype.listenForUserActivity = function(){
|
||||
if (!this.userActivity_) {
|
||||
this.userActive(false);
|
||||
}
|
||||
}), vjs.options['inactivityTimeout']);
|
||||
}), this.options()['inactivityTimeout']);
|
||||
}
|
||||
}), 250);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user