Permalink
Browse files
chore(player): fix linting for a comment (#5588)
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
src/js/player.js
|
@@ -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 |
|
|
0 comments on commit
b5e6bdc