Skip to content

Commit d27510d

Browse files
authored
chore(core): fix linting error
1 parent 7ab78bd commit d27510d

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/js/factories

1 file changed

+1
-1
lines changed

packages/core/src/js/factories/Grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2440,7 +2440,7 @@ angular.module('ui.grid')
24402440
if (gridRow !== null) {
24412441
// This is the index of the row we want to scroll to, within the list of rows that can be visible
24422442
var seekRowIndex = visRowCache.indexOf(gridRow);
2443-
2443+
24442444
// Total vertical scroll length of the grid
24452445
var scrollLength = (self.renderContainers.body.getCanvasHeight() - self.renderContainers.body.getViewportHeight());
24462446

0 commit comments

Comments
 (0)