Skip to content

Commit 6446dd6

Browse files
committed
Fixed type and removed excess JSDoc parameter
1 parent ce3129b commit 6446dd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/waitForElement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* Waits until Element will appear
33
* @param {string} elSelector Selector to locate Element
4-
* @param {number} timeout Maximum timeout after which Error will be thrown
54
* @param {() => void} callback Callback to be called after Element appearance
65
*/
76
export default function waitForElement(elSelector, callback) {

0 commit comments

Comments
 (0)