Merge pull request #21454 from thijstriemstra/patch-1

[video.js] fix video.js link and typo
This commit is contained in:
Nathan Shively-Sanders
2017-11-13 15:21:36 -08:00
committed by GitHub

View File

@@ -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;