Skip to content

Commit

Permalink
update videojs-vtt.js to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjneil committed Mar 24, 2017
1 parent 6cf4ef8 commit 6d3960e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"videojs-font": "2.0.0",
"videojs-ie8": "1.1.2",
"videojs-swf": "5.3.0",
"videojs-vtt.js": "0.12.2",
"videojs-vtt.js": "0.12.3",
"xhr": "2.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/tech/tech.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,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'] || 'http://vjs.zencdn.net/vttjs/0.12.3/vtt.min.js';
script.onload = () => {
/**
* Fired when vtt.js is loaded.
Expand Down

0 comments on commit 6d3960e

Please sign in to comment.