Browse Source
code review: fix spurious change in last commit
pull/2/head
gorhill
7 years ago
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
}; |
|
|
|