mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-05 17:00:08 +00:00
videojs poster() returns self when setting
This commit is contained in:
2
videojs/videojs.d.ts
vendored
2
videojs/videojs.d.ts
vendored
@@ -50,7 +50,7 @@ interface VideoJSPlayer {
|
||||
dispose(): void;
|
||||
addRemoteTextTrack(options : {}) : HTMLTrackElement;
|
||||
removeRemoteTextTrack(track : HTMLTrackElement) : void;
|
||||
poster(val : string) : void;
|
||||
poster(val : string) : VideoJSPlayer;
|
||||
}
|
||||
|
||||
interface VideoJSStatic {
|
||||
|
||||
Reference in New Issue
Block a user