mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-08 03:00:02 +00:00
fixes the return value type of the loop method.
This commit is contained in:
2
types/video.js/index.d.ts
vendored
2
types/video.js/index.d.ts
vendored
@@ -4248,7 +4248,7 @@ declare namespace videojs {
|
||||
*/
|
||||
loop(value?: boolean): void;
|
||||
|
||||
loop(): string;
|
||||
loop(): boolean;
|
||||
|
||||
/**
|
||||
* Get the current muted state, or turn mute on or off
|
||||
|
||||
Reference in New Issue
Block a user