mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
Merge pull request #21454 from thijstriemstra/patch-1
[video.js] fix video.js link and typo
This commit is contained in:
4
types/video.js/index.d.ts
vendored
4
types/video.js/index.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
// Type definitions for Video.js 6.2
|
||||
// Project: https://github.com/zencoder/video-js
|
||||
// Project: https://github.com/videojs/video.js
|
||||
// Definitions by: Vincent Bortone <https://github.com/vbortone>
|
||||
// Simon Clériot <https://github.com/scleriot>
|
||||
// Sean Bennett <https://github.com/SWBennett06>
|
||||
@@ -29,7 +29,7 @@ declare namespace videojs {
|
||||
autoplay?: boolean;
|
||||
preload?: string;
|
||||
sources?: Source[];
|
||||
apsectRatio?: string;
|
||||
aspectRatio?: string;
|
||||
fluid?: boolean;
|
||||
language?: string;
|
||||
notSupportedMessage?: string;
|
||||
|
||||
Reference in New Issue
Block a user