Skip to content

Commit

Permalink
docs: Fix links in API docs for several Player events. (#4427)
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroneill authored and gkatsev committed Jun 26, 2017
1 parent 9702155 commit cc6e824
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit cc6e824

Please sign in to comment.