Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mleibman committed Dec 4, 2013
1 parent 368e1f5 commit 0af2978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slick.dataview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0af2978

Please sign in to comment.