Merge pull request #6001 from rushi216/master

added several properties on VideoJSOptions interface
This commit is contained in:
Masahiro Wakame
2015-09-27 13:08:04 +09:00
+4
View File
@@ -12,6 +12,10 @@ interface VideoJSOptions {
height?: number;
defaultVolume?: number;
children?: Object;
controls?: boolean;
src?: string;
autoplay?: boolean;
preload?: string;
}
interface VideoJSSource {