code review: fix spurious change in last commit

pull/2/head
gorhill 7 years ago
parent 6a10411f6a
commit 4b32e8b4d3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

@ -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