quickblox 2.17.14-logger → 2.17.15-logger

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/src/qbConfig.js CHANGED
@@ -12,7 +12,7 @@
12
12
  */
13
13
 
14
14
  var config = {
15
- version: '2.17.14-logger',
15
+ version: '2.17.15-logger',
16
16
  buildNumber: '1161',
17
17
  creds: {
18
18
  'appId': 0,
package/src/qbMain.js CHANGED
@@ -273,7 +273,7 @@ QuickBlox.prototype = {
273
273
  },
274
274
 
275
275
  getLogger: function() {
276
- return this.chat.onLogListener;
276
+ return this.chat? this.chat.onLogListener: null;
277
277
  }
278
278
 
279
279
  };