mirror of
https://github.com/videojs/video.js.git
synced 2024-12-31 03:11:11 +02:00
Merge pull request #812 from nickarnold/bugfix-811
Loadeddata event doc fix. Fixes #811
This commit is contained in:
commit
6c1adb79d2
@ -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…
Reference in New Issue
Block a user