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:
parent
c85d94a2ce
commit
7ee2f864b3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user