Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix links in API docs for several Player events. #4427

Merged
merged 1 commit into from
Jun 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const TECH_EVENTS_RETRIGGER = [
/**
* Fires when the browser has loaded the current frame of the audio/video.
*
* @event player#loadeddata
* @event Player#loadeddata
* @type {event}
*/
/**
Expand All @@ -164,7 +164,7 @@ const TECH_EVENTS_RETRIGGER = [
/**
* Fires when the current playback position has changed.
*
* @event player#timeupdate
* @event Player#timeupdate
* @type {event}
*/
/**
Expand All @@ -180,7 +180,7 @@ const TECH_EVENTS_RETRIGGER = [
/**
* Fires when the playing speed of the audio/video is changed
*
* @event player#ratechange
* @event Player#ratechange
* @type {event}
*/
/**
Expand Down Expand Up @@ -212,7 +212,7 @@ const TECH_EVENTS_RETRIGGER = [
/**
* Fires when the volume has been changed
*
* @event player#volumechange
* @event Player#volumechange
* @type {event}
*/
/**
Expand All @@ -228,7 +228,7 @@ const TECH_EVENTS_RETRIGGER = [
/**
* Fires when the text track has been changed
*
* @event player#texttrackchange
* @event Player#texttrackchange
* @type {event}
*/
/**
Expand Down