Skip to content

Commit 69b81f4

Browse files
committed
Comment clarification
1 parent 8b1e0bd commit 69b81f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/misc/viewport.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default function Viewport(elementRoutines, buffer, element, controllers,
137137
return;
138138
}
139139

140-
// precise heights calculation, items that were in buffer once
140+
// precise heights calculation, items that were in buffer at some point
141141
let topPaddingHeight = 0;
142142
let bottomPaddingHeight = 0;
143143

@@ -207,4 +207,4 @@ export default function Viewport(elementRoutines, buffer, element, controllers,
207207
});
208208

209209
return viewport;
210-
}
210+
}

0 commit comments

Comments
 (0)