1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-14 11:23:30 +02:00
This commit is contained in:
Thijs Triemstra 2015-01-22 01:55:42 +01:00
parent 4e2b4a215c
commit fb3758dcab

View File

@ -589,7 +589,7 @@ vjs.Player.prototype.onFullscreenChange = function() {
};
/**
* Fired when an error occurred
* Fired when an error occurs
* @event error
*/
vjs.Player.prototype.onError;