1
0
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:
Gary Katsevman 2018-11-14 13:15:39 -05:00 committed by GitHub
parent b67fe271ba
commit b5e6bdcf7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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