1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00

docs: fix a comment of the player's loadedmetadata event (#7506)

This commit is contained in:
iChengbo 2021-11-11 03:07:24 +08:00 committed by GitHub
parent 749105d32c
commit ca2f5a3cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ const TECH_EVENTS_RETRIGGER = [
* @type {EventTarget~Event}
*/
/**
* Retrigger the `stalled` event that was triggered by the {@link Tech}.
* Retrigger the `loadedmetadata` event that was triggered by the {@link Tech}.
*
* @private
* @method Player#handleTechLoadedmetadata_