Skip to content

Commit 5393c1c

Browse files
author
dimaspirit
committed
delete download js
bundle quickblox
1 parent 91b3c3c commit 5393c1c

File tree

4 files changed

+10
-140
lines changed

4 files changed

+10
-140
lines changed

js/modules/webrtc/qbWebRTCHelpers.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*/
55

66
var config = require('../../qbConfig');
7-
var download = require('../../../lib/download/download.min');
87

98
var WebRTCHelpers = {};
109

@@ -77,9 +76,4 @@ WebRTCHelpers.CallType = {
7776
AUDIO: 2
7877
};
7978

80-
/** Download Blob to local file system */
81-
Blob.prototype.download = function() {
82-
download(this, this.name, this.type);
83-
};
84-
8579
module.exports = WebRTCHelpers;

lib/download/download.js

Lines changed: 0 additions & 124 deletions
This file was deleted.

lib/download/download.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

quickblox.min.js

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)