Skip to content

Commit 8686d2d

Browse files
committed
Merge branch 'modules' of https://github.com/angular-ui/ui-scroll into modules
2 parents a220cee + 69b81f4 commit 8686d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/viewport.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default function Viewport(elementRoutines, buffer, element, controllers,
115115
return;
116116
}
117117

118-
// precise heights calculation, items that were in buffer once
118+
// precise heights calculation, items that were in buffer at some point
119119
let topPaddingHeight = 0;
120120
let bottomPaddingHeight = 0;
121121

@@ -185,4 +185,4 @@ export default function Viewport(elementRoutines, buffer, element, controllers,
185185
});
186186

187187
return viewport;
188-
}
188+
}

0 commit comments

Comments
 (0)