Commit 46b37b2432566d0c7e59c57193f8b4fdbdb1dc30

Authored by Adhidarma Hadiwinoto
1 parent 9ca4bb3b68
Exists in master

matrix alias

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

... ... @@ -109,6 +109,8 @@ MatrixUtil.prototype.updateLastIncoming = function(sender, msg) {
109 109 }
110 110  
111 111 MatrixUtil.prototype.updateLastOutgoing = function(destination, msg) {
  112 + var matrix = this.matrix;
  113 +
112 114 if (!matrix) {
113 115 return;
114 116 }