fixes the return value type of the loop method.

This commit is contained in:
Grzegorz Blaszczyk 2019-02-09 22:05:19 +01:00
parent 363cdf403a
commit 2a36814bc0

View File

@ -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