diff options
Diffstat (limited to 'slick.dataview.js')
-rw-r--r-- | slick.dataview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slick.dataview.js b/slick.dataview.js index c6389f5..f1c1b5e 100644 --- a/slick.dataview.js +++ b/slick.dataview.js @@ -366,7 +366,7 @@ function getItem(i) { var item = rows[i]; - // if this is a grou row, make sure totals are calculated and update the title + // if this is a group row, make sure totals are calculated and update the title if (item && item.__group && item.totals && !item.totals.initialized) { var gi = groupingInfos[item.level]; if (!gi.displayTotalsRow) { |