Skip to content

Commit

Permalink
Fixed type and removed excess JSDoc parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gooddaytoday committed Jun 9, 2022
1 parent ce3129b commit 6446dd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/waitForElement.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Waits until Element will appear
* @param {string} elSelector Selector to locate Element
* @param {number} timeout Maximum timeout after which Error will be thrown
* @param {() => void} callback Callback to be called after Element appearance
*/
export default function waitForElement(elSelector, callback) {
Expand Down

0 comments on commit 6446dd6

Please sign in to comment.