1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-25 02:42:10 +02:00

@heff updated to swf v4.5.0 to fix event issues. closes #1554

This commit is contained in:
Steve Heffernan 2014-09-30 16:16:36 -07:00
parent 9b7882e395
commit ce97c24d79
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ CHANGELOG
* @mmcc made it possible to override the font-size of captions and subtitles ([view](https://github.com/videojs/video.js/pull/1547))
* @philipgiuliani added an Italian translation ([view](https://github.com/videojs/video.js/pull/1550))
* @twentyrogersc fixed the return value when setting the poster source ([view](https://github.com/videojs/video.js/pull/1552))
* @heff updated to swf v4.5.0 to fix event issues ([view](https://github.com/videojs/video.js/pull/1554))
--------------------

View File

@ -21,7 +21,7 @@
},
"main": "./dist/video-js/video.js",
"dependencies": {
"videojs-swf": "4.4.5"
"videojs-swf": "4.5.0"
},
"devDependencies": {
"calcdeps": "~0.1.7",