fixes some lint errors.

This commit is contained in:
Grzegorz Blaszczyk
2018-08-09 23:51:36 +02:00
parent 791ae1a267
commit bcb52cb2b9

View File

@@ -4058,9 +4058,7 @@ declare namespace videojs {
* Get the value of `ended` from the media element. `ended` indicates whether
* the media has reached the end or not.
*
* @method Html5#ended
* @return {boolean}
* - The value of `ended` from the media element.
* @return - The value of `ended` from the media element.
* - True indicates that the media has ended.
* - False indicates that the media has not ended.
*