Files
DefinitelyTyped/types
Netanel Draiman e7e644ccbc [video.js] Added missing methods to Player interface
Added the following missing methods to video.js's Player interface:

```
controls(bool?: boolean): boolean;
        muted(muted?: boolean): boolean;
        preload(value?: boolean): string;
        autoplay(value?: boolean): string;
        loop(value?: boolean): string;
```
2018-02-26 10:06:07 +02:00
..
2018-02-19 12:11:49 +01:00
2018-02-17 20:42:17 +01:00
2018-02-17 16:05:48 +09:00
2018-02-17 17:57:06 +09:00
2018-02-17 10:32:58 -08:00
2018-02-19 07:37:16 -04:00
2018-02-23 13:04:58 +00:00
2018-02-16 15:20:58 -06:00
2018-02-17 10:31:57 -08:00
2018-02-25 14:27:56 +09:00