diff options
author | Michael Leibman <michael.leibman@gmail.com> | 2013-12-03 21:13:26 -0800 |
---|---|---|
committer | Michael Leibman <michael.leibman@gmail.com> | 2013-12-03 21:13:26 -0800 |
commit | 0af2978b890b2ff418c172004dd6cfa4ab4af5de (patch) | |
tree | eb9e956e7d8627ed68ba16d7867149702e9292f2 /slick.dataview.js | |
parent | 368e1f5d2bf173ed3c39d970f06b295412a94508 (diff) | |
download | SlickGrid-0af2978b890b2ff418c172004dd6cfa4ab4af5de.zip SlickGrid-0af2978b890b2ff418c172004dd6cfa4ab4af5de.tar.gz SlickGrid-0af2978b890b2ff418c172004dd6cfa4ab4af5de.tar.bz2 |
Fix a typo
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) { |