Commit 98d7a4294a97db2446719e457465f09bd765b4a5

Authored by Adhidarma Hadiwinoto
1 parent c3f61306aa
Exists in master

quick fix

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

... ... @@ -87,7 +87,7 @@ MatrixUtil.prototype.isPartnerOffline = function(partner) {
87 87 return true;
88 88 }
89 89  
90   -MatrixUtil.prototype.updateLastIncoming(sender, msg) {
  90 +MatrixUtil.prototype.updateLastIncoming = function(sender, msg) {
91 91 var matrix = this.matrix;
92 92  
93 93 if (!matrix) {
... ... @@ -108,7 +108,7 @@ MatrixUtil.prototype.updateLastIncoming(sender, msg) {
108 108 }
109 109 }
110 110  
111   -MatrixUtil.prototype.updateLastOutgoing(destination, msg) {
  111 +MatrixUtil.prototype.updateLastOutgoing = function(destination, msg) {
112 112 if (!matrix) {
113 113 return;
114 114 }