Skip to content

Commit

Permalink
Merge 0bafe03 into af8d2a9
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jul 30, 2018
2 parents af8d2a9 + 0bafe03 commit 4708880
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 25 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
@@ -1,6 +1,12 @@
videojs-record changelog
========================

2.4.0 - unreleased
------------------

- Fix `RecordRTCEngine` import in React apps (#263)


2.3.2 - 2018/07/24
------------------

Expand Down
78 changes: 56 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -88,7 +88,7 @@
"jasmine-core": "^3.1.0",
"jsdoc": "^3.5.5",
"jsonlint-cli": "^1.0.1",
"karma": "^2.0.4",
"karma": "^2.0.5",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-coveralls": "^2.0.0",
Expand Down Expand Up @@ -116,7 +116,7 @@
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1",
"videojs-languages": "^1.0.0",
"webpack": "^4.16.2",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/js/videojs.record.js
Expand Up @@ -407,7 +407,7 @@ class Record extends Plugin {
switch (this.audioEngine) {
case RECORDRTC:
// RecordRTC.js (default)
EngineClass = videojs.RecordRTCEngine;
EngineClass = RecordRTCEngine;
break;

case LIBVORBISJS:
Expand Down

0 comments on commit 4708880

Please sign in to comment.