mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Added missing "plugins" member for video.js PlayerOptions
This is documented for step 3 on http://docs.videojs.com/docs/guides/plugins.html
This commit is contained in:
Vendored
+2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user