Browse Source

code review: fix spurious change in last commit

pull/2/head
gorhill 7 years ago
parent
commit
4b32e8b4d3
No known key found for this signature in database GPG Key ID: 25E1490B761470C2
  1. 2
      src/js/messaging.js

2
src/js/messaging.js

@ -250,7 +250,7 @@ var matrixSnapshot = function(pageStore, details) {
row.totals[anyIndex] += count;
}
r.diff = µm.tMatrix.diff(µm.pMatrix, r.hostname, r.rowCount + 1);
r.diff = µm.tMatrix.diff(µm.pMatrix, r.hostname, Object.keys(r.rows));
return r;
};

Loading…
Cancel
Save