mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
fixes some lint errors.
This commit is contained in:
4
types/video.js/index.d.ts
vendored
4
types/video.js/index.d.ts
vendored
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user