comprodls-sdk 2.72.0 → 2.72.2
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/dist/comprodls-sdk.js
CHANGED
|
@@ -12839,7 +12839,7 @@ function pushX() {
|
|
|
12839
12839
|
/*********************************
|
|
12840
12840
|
* Public Function definitions
|
|
12841
12841
|
**********************************/
|
|
12842
|
-
// This is a dummy comment
|
|
12842
|
+
// This is a dummy comment
|
|
12843
12843
|
function _connect(pubnubCW, options) {
|
|
12844
12844
|
var bpubnubV7 = true; // If pubnub v7 or higher in package.json, set it true
|
|
12845
12845
|
if (bpubnubV7 && !options.userid) {
|
|
@@ -60,7 +60,7 @@ function pushX() {
|
|
|
60
60
|
/*********************************
|
|
61
61
|
* Public Function definitions
|
|
62
62
|
**********************************/
|
|
63
|
-
// This is a dummy comment
|
|
63
|
+
// This is a dummy comment
|
|
64
64
|
function _connect(pubnubCW, options) {
|
|
65
65
|
var bpubnubV7 = true; // If pubnub v7 or higher in package.json, set it true
|
|
66
66
|
if (bpubnubV7 && !options.userid) {
|