mirror of
https://github.com/videojs/video.js.git
synced 2024-12-14 11:23:30 +02:00
Merge pull request #1819 from thijstriemstra/master
document the error event
This commit is contained in:
commit
8777b7f7a9
@ -588,6 +588,12 @@ vjs.Player.prototype.onFullscreenChange = function() {
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Fired when an error occurs
|
||||
* @event error
|
||||
*/
|
||||
vjs.Player.prototype.onError;
|
||||
|
||||
// /* Player API
|
||||
// ================================================================================ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user