diff --git a/modules/RowHeader.js b/modules/RowHeader.js index 45b8f0c61..f9a3e13ab 100644 --- a/modules/RowHeader.js +++ b/modules/RowHeader.js @@ -173,7 +173,7 @@ define([ }, _onAfterCell: function(cell){ - //This is to ensuregit the rowHeader get correct height for editable cells + //Ensure that the rowHeader gets the correct height for editable cells. var t = this, visualIndex = cell.row.visualIndex(), n = query('[visualindex="' + visualIndex + '"].gridxRowHeaderRow', t.bodyNode)[0],