1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

@mboles added loadstart event to jsdoc. closes #3370

This commit is contained in:
rcrooks 2016-06-27 22:57:15 -04:00 committed by Gary Katsevman
parent e541af30dc
commit a84623dc9c
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,7 @@ CHANGELOG
* @hartman Add descriptions and audio button to adaptive classes ([view](https://github.com/videojs/video.js/pull/3312))
* @MattiasBuelens Retain details from tech error ([view](https://github.com/videojs/video.js/pull/3313))
* @nickygerritsen Fix test for tooltips in IE8 ([view](https://github.com/videojs/video.js/pull/3327))
* @mboles added loadstart event to jsdoc ([view](https://github.com/videojs/video.js/pull/3370))
--------------------

View File

@ -2854,6 +2854,13 @@ Player.prototype.options_ = {
notSupportedMessage: 'No compatible source was found for this media.'
};
/**
* Fired when the user agent begins looking for media data
*
* @event loadstart
*/
Player.prototype.handleTechLoadStart_;
/**
* Fired when the player has initial duration and dimension information
*