1
0
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:
Thijs Triemstra 2015-01-21 17:11:43 +01:00
parent e8030ea88f
commit 4e2b4a215c

View File

@ -588,6 +588,12 @@ vjs.Player.prototype.onFullscreenChange = function() {
}
};
/**
* Fired when an error occurred
* @event error
*/
vjs.Player.prototype.onError;
// /* Player API
// ================================================================================ */