1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-20 12:13:19 +12:00

code review: fix spurious change in last commit

This commit is contained in:
gorhill 2017-12-03 11:54:27 -05:00
parent 6a10411f6a
commit 4b32e8b4d3
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

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