@banta/sdk 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/banta-sdk.umd.js +2 -2
- package/bundles/banta-sdk.umd.js.map +1 -1
- package/bundles/banta-sdk.umd.min.js +1 -1
- package/bundles/banta-sdk.umd.min.js.map +1 -1
- package/esm2015/lib/chat/banta-chat/banta-chat.component.js +2 -2
- package/esm2015/lib/comments/banta-comments/banta-comments.component.js +2 -2
- package/esm5/lib/chat/banta-chat/banta-chat.component.js +2 -2
- package/esm5/lib/comments/banta-comments/banta-comments.component.js +2 -2
- package/fesm2015/banta-sdk.js +2 -2
- package/fesm2015/banta-sdk.js.map +1 -1
- package/fesm5/banta-sdk.js +2 -2
- package/fesm5/banta-sdk.js.map +1 -1
- package/package.json +1 -1
package/bundles/banta-sdk.umd.js
CHANGED
|
@@ -7488,7 +7488,7 @@
|
|
|
7488
7488
|
return __generator(this, function (_b) {
|
|
7489
7489
|
switch (_b.label) {
|
|
7490
7490
|
case 0:
|
|
7491
|
-
if (this._source.close)
|
|
7491
|
+
if (this._source && this._source.close)
|
|
7492
7492
|
this._source.close();
|
|
7493
7493
|
this._source = null;
|
|
7494
7494
|
_a = this;
|
|
@@ -8396,7 +8396,7 @@
|
|
|
8396
8396
|
return __generator(this, function (_b) {
|
|
8397
8397
|
switch (_b.label) {
|
|
8398
8398
|
case 0:
|
|
8399
|
-
if (this._source.close)
|
|
8399
|
+
if (this._source && this._source.close)
|
|
8400
8400
|
this._source.close();
|
|
8401
8401
|
this._source = null;
|
|
8402
8402
|
_a = this;
|