mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
parent
70d82a03db
commit
d5061d7691
@ -61,6 +61,7 @@ CHANGELOG
|
||||
* @pavelhoral fixed subclassing without a constructor ([view](https://github.com/videojs/video.js/pull/2308))
|
||||
* @dmlap fixed a vjs_getProperty error caused by a progress check before the swf was ready ([view](https://github.com/videojs/video.js/pull/2316))
|
||||
* @dmlap exported the videojs.log function ([view](https://github.com/videojs/video.js/pull/2317))
|
||||
* @gkatsev updated vttjs to fix a trailing comma JSON error ([view](https://github.com/videojs/video.js/pull/2331))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
"videojs-font": "1.3.0",
|
||||
"videojs-ie8": "1.1.0",
|
||||
"videojs-swf": "4.7.1",
|
||||
"vtt.js": "git+https://github.com/gkatsev/vtt.js.git#shim-build"
|
||||
"vtt.js": "git+https://github.com/gkatsev/vtt.js.git#vjs-v0.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel": "^5.2.2",
|
||||
|
Loading…
Reference in New Issue
Block a user