Skip to content

Commit b5e6bdc

Browse files
authored
chore(player): fix linting for a comment (#5588)
1 parent b67fe27 commit b5e6bdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/js/player.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,8 +2292,8 @@ class Player extends Component {
22922292
this.removeClass('vjs-live');
22932293
}
22942294
if (!isNaN(seconds)) {
2295-
// Do not fire durationchange unless the duration value is known.
2296-
// @see [Spec]{@link https://www.w3.org/TR/2011/WD-html5-20110113/video.html#media-element-load-algorithm}
2295+
// Do not fire durationchange unless the duration value is known.
2296+
// @see [Spec]{@link https://www.w3.org/TR/2011/WD-html5-20110113/video.html#media-element-load-algorithm}
22972297

22982298
/**
22992299
* @event Player#durationchange

0 commit comments

Comments
 (0)