Merge pull request #22062 from IgelCampus/videojs-add-plugins

Added missing "plugins" member for video.js PlayerOptions
This commit is contained in:
Mine Starks
2017-12-11 09:11:03 -08:00
committed by GitHub

View File

@@ -3,6 +3,7 @@
// Definitions by: Vincent Bortone <https://github.com/vbortone>
// Simon Clériot <https://github.com/scleriot>
// Sean Bennett <https://github.com/SWBennett06>
// Christoph Wagner <https://github.com/IgelCampus>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// The Video.js API allows you to interact with the video through
@@ -33,6 +34,7 @@ declare namespace videojs {
fluid?: boolean;
language?: string;
notSupportedMessage?: string;
plugins?: any;
}
interface Source {