We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe3884 commit 0413910Copy full SHA for 0413910
src/utility.js
@@ -208,8 +208,8 @@ function countFlags(value) {
208
/**
209
* Compute compensating position offsets if body element has non-standard position attribute.
210
* @private
211
- * @param {number} window width in pixels
212
- * @param {number} window height in pixels
+ * @param {number} windowWidth Window width in pixels.
+ * @param {number} windowHeight Window height in pixels.
213
* @return {Offsets} The top, left, right, bottom offset in pixels
214
*/
215
function computePositionCompensation(windowWidth, windowHeight) {
0 commit comments