1
0
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:
greenkeeper[bot] 2017-03-24 14:38:06 -04:00 committed by Gary Katsevman
parent 312b10ca44
commit 7d12c9ea85
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
"tsml": "1.0.1",
"videojs-font": "2.0.0",
"videojs-ie8": "1.1.2",
"videojs-vtt.js": "0.12.2",
"videojs-vtt.js": "0.12.3",
"xhr": "2.4.0"
},
"devDependencies": {

View File

@ -530,7 +530,7 @@ class Tech extends Component {
// passed in
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 = () => {
/**
* Fired when vtt.js is loaded.