mirror of
https://github.com/videojs/video.js.git
synced 2025-01-04 06:48:49 +02:00
chore(player): fix linting for a comment (#5588)
This commit is contained in:
parent
b67fe271ba
commit
b5e6bdcf7a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user