1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00

Add missing onLoadedData handler prototype.

This commit is contained in:
Nick Arnold 2013-10-31 11:37:54 -06:00
parent c85d94a2ce
commit 7ee2f864b3

View File

@ -415,7 +415,7 @@ vjs.Player.prototype.onLoadedMetaData;
* Fired when the player has downloaded data at the current playback position
* @event loadeddata
*/
vjs.Player.prototype.onLoadedMetaData;
vjs.Player.prototype.onLoadedData;
/**
* Fired when the player has finished downloading the source data