diff options
Diffstat (limited to 'lib/RowSnapshot.jsm')
-rw-r--r-- | lib/RowSnapshot.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/RowSnapshot.jsm b/lib/RowSnapshot.jsm index edc6bc9..43f20c3 100644 --- a/lib/RowSnapshot.jsm +++ b/lib/RowSnapshot.jsm @@ -49,7 +49,7 @@ RowSnapshot.counts = function (matrix) { let n = matrix.Matrix.columnHeaderIndices.size; for (let i=0; i<n; ++i) { - aa[i] = 0; + aa[i] = 0; } RowSnapshot.memoizedCounts = aa; |