Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(player): fix linting for a comment (#5588)
  • Loading branch information
gkatsev committed Nov 14, 2018
1 parent b67fe27 commit b5e6bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/player.js
Expand Up @@ -2292,8 +2292,8 @@ class Player extends Component {
this.removeClass('vjs-live');
}
if (!isNaN(seconds)) {
// Do not fire durationchange unless the duration value is known.
// @see [Spec]{@link https://www.w3.org/TR/2011/WD-html5-20110113/video.html#media-element-load-algorithm}
// Do not fire durationchange unless the duration value is known.
// @see [Spec]{@link https://www.w3.org/TR/2011/WD-html5-20110113/video.html#media-element-load-algorithm}

/**
* @event Player#durationchange
Expand Down

0 comments on commit b5e6bdc

Please sign in to comment.