Commit 9ca4bb3b6894aa19104804dd6951720493584470

Authored by Adhidarma Hadiwinoto
1 parent 448f6cf8b6
Exists in master

hapus kelebihan titik

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

... ... @@ -49,7 +49,7 @@ MatrixUtil.prototype.updateBuddyState = function(jid, state, statusText, resourc
49 49  
50 50 if (resource != 'undefined' && matrix.buddies[jid].resources['undefined']) {
51 51 try {
52   - delete matrix.buddies[jid].resources.['undefined'];
  52 + delete matrix.buddies[jid].resources['undefined'];
53 53 }
54 54 catch(e) {};
55 55 }