1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-02 09:11:54 +02:00
video.js/test
axten d0b03a3a0f fix: wait till play event to listen for user activity (#5093)
There is no need to listen for user activity until a play is requested on the player and it just adds an extra timer for a player that hasn't started playing yet. Instead, just wait till the first `play` event.

Closes #5076.
2018-04-19 11:57:32 -04:00
..
api feat: playerresize event in all cases (#4864) 2018-01-30 13:26:21 -05:00
require feat: built-in HLS playback support (#5057) 2018-03-30 14:01:16 -04:00
unit fix: wait till play event to listen for user activity (#5093) 2018-04-19 11:57:32 -04:00
globals-shim.js test: fix tests (#3953) 2017-01-19 11:17:46 -05:00
index.html chore(test): upgrade qunit and karma-qunit to latest (#5051) 2018-03-26 10:40:59 -04:00
karma.conf.js test: update karma browser OS versions (#5050) 2018-03-23 20:06:57 -04:00