Skip to content

Commit 0413910

Browse files
author
Joel Steres
committed
Adjust docstring to compy with styling
1 parent ebe3884 commit 0413910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utility.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ function countFlags(value) {
208208
/**
209209
* Compute compensating position offsets if body element has non-standard position attribute.
210210
* @private
211-
* @param {number} window width in pixels
212-
* @param {number} window height in pixels
211+
* @param {number} windowWidth Window width in pixels.
212+
* @param {number} windowHeight Window height in pixels.
213213
* @return {Offsets} The top, left, right, bottom offset in pixels
214214
*/
215215
function computePositionCompensation(windowWidth, windowHeight) {

0 commit comments

Comments
 (0)