mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +02:00
chore(package): update videojs-vtt.js to version 0.12.3 (#4221)
This commit is contained in:
parent
312b10ca44
commit
7d12c9ea85
@ -46,7 +46,7 @@
|
|||||||
"tsml": "1.0.1",
|
"tsml": "1.0.1",
|
||||||
"videojs-font": "2.0.0",
|
"videojs-font": "2.0.0",
|
||||||
"videojs-ie8": "1.1.2",
|
"videojs-ie8": "1.1.2",
|
||||||
"videojs-vtt.js": "0.12.2",
|
"videojs-vtt.js": "0.12.3",
|
||||||
"xhr": "2.4.0"
|
"xhr": "2.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -530,7 +530,7 @@ class Tech extends Component {
|
|||||||
// passed in
|
// passed in
|
||||||
const script = document.createElement('script');
|
const script = document.createElement('script');
|
||||||
|
|
||||||
script.src = this.options_['vtt.js'] || 'https://cdn.rawgit.com/gkatsev/vtt.js/vjs-v0.12.1/dist/vtt.min.js';
|
script.src = this.options_['vtt.js'] || 'https://vjs.zencdn.net/vttjs/0.12.3/vtt.min.js';
|
||||||
script.onload = () => {
|
script.onload = () => {
|
||||||
/**
|
/**
|
||||||
* Fired when vtt.js is loaded.
|
* Fired when vtt.js is loaded.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user