Commit fbdfe90d5679c016dca29e8a19b33f65511c43ef

Authored by Adhidarma Hadiwinoto
1 parent f091595326
Exists in master

quickbugfix

Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff

... ... @@ -57,11 +57,13 @@ function init(_username, _password, _logger, _callbacks) {
57 57 YM.on('pm', onPM);
58 58 YM.on('offlinePM', onPM);
59 59  
  60 + /*
60 61 setTimeout(
61 62 YM.newInstance,
62 63 3000
63 64 )
64   - //YM.newInstance();
  65 + */
  66 + YM.newInstance();
65 67 }
66 68  
67 69 function sendMessage(destination, msg) {