mirror of
https://github.com/videojs/video.js.git
synced 2025-01-17 10:46:00 +02:00
document the error event
This commit is contained in:
parent
e8030ea88f
commit
4e2b4a215c
@ -588,6 +588,12 @@ vjs.Player.prototype.onFullscreenChange = function() {
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Fired when an error occurred
|
||||
* @event error
|
||||
*/
|
||||
vjs.Player.prototype.onError;
|
||||
|
||||
// /* Player API
|
||||
// ================================================================================ */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user