Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
masimplo committed Sep 15, 2017
1 parent 75aed51 commit a13184f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/virtual-scroll/virtual-util.ts
Expand Up @@ -183,7 +183,7 @@ export function populateNodeData(startCellIndex: number, endCellIndex: number, s

if (!availableNode) {
// did not find an available node to put the cell data into
// insert a new node before the last record nodes
// insert a new node after existing ones
if (viewInsertIndex === null) {
viewInsertIndex = -1;
for (var j = totalNodes - 1; j >= 0; j--) {
Expand Down

0 comments on commit a13184f

Please sign in to comment.