mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fixes the return value type of the loop method.
This commit is contained in:
parent
363cdf403a
commit
2a36814bc0
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user