1
0
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:
Andreas Knab 2014-08-11 13:58:10 +02:00 committed by Andreas Knab
parent e4a0d264d6
commit 3cfbf94245

View File

@ -1624,7 +1624,7 @@ vjs.Player.prototype.listenForUserActivity = function(){
if (!this.userActivity_) {
this.userActive(false);
}
}), vjs.options.inactivityTimeout);
}), vjs.options['inactivityTimeout']);
}
}), 250);