Skip to content

Commit

Permalink
Removed redundant comments/text from dev/WebAssemblyRecorder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Jan 14, 2019
1 parent 1e2de6a commit ad95b2d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
11 changes: 4 additions & 7 deletions RecordRTC.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'use strict';

// Last time updated: 2019-01-13 12:45:07 PM UTC
// Last time updated: 2019-01-14 2:23:47 AM UTC

// ________________
// RecordRTC v5.5.2
// RecordRTC v5.5.3

// Open-Sourced: https://github.com/muaz-khan/RecordRTC

Expand Down Expand Up @@ -773,7 +773,7 @@ function RecordRTC(mediaStream, config) {
* @example
* alert(recorder.version);
*/
version: '5.5.2'
version: '5.5.3'
};

if (!this) {
Expand All @@ -791,7 +791,7 @@ function RecordRTC(mediaStream, config) {
return returnObject;
}

RecordRTC.version = '5.5.2';
RecordRTC.version = '5.5.3';

if (typeof module !== 'undefined' /* && !!module.exports*/ ) {
module.exports = RecordRTC;
Expand Down Expand Up @@ -5612,9 +5612,6 @@ if (typeof RecordRTC !== 'undefined') {
RecordRTC.RecordRTCPromisesHandler = RecordRTCPromisesHandler;
}

// All Copyrights goes to: Google Inc.
// Original: https://github.com/GoogleChromeLabs/webm-wasm

// ______________________
// WebAssemblyRecorder.js

Expand Down
8 changes: 4 additions & 4 deletions RecordRTC.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recordrtc",
"version": "5.5.2",
"version": "5.5.3",
"authors": [
{
"name": "Muaz Khan",
Expand Down
3 changes: 0 additions & 3 deletions dev/WebAssemblyRecorder.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// All Copyrights goes to: Google Inc.
// Original: https://github.com/GoogleChromeLabs/webm-wasm

// ______________________
// WebAssemblyRecorder.js

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "recordrtc",
"preferGlobal": false,
"version": "5.5.2",
"version": "5.5.3",
"author": {
"name": "Muaz Khan",
"email": "muazkh@gmail.com",
Expand Down

0 comments on commit ad95b2d

Please sign in to comment.