added several properties on VideoJSOptions interface

This commit is contained in:
rushi216 2015-09-25 14:40:41 +05:30
parent 54f064352a
commit ac2262811c

View File

@ -12,6 +12,10 @@ interface VideoJSOptions {
height?: number;
defaultVolume?: number;
children?: Object;
controls?: boolean;
src?: string;
autoplay?: boolean;
preload?: string;
}
interface VideoJSSource {