Skip to content

Commit

Permalink
fixing lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile committed Feb 11, 2022
1 parent 02d5c9f commit 5062727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/driver/src/dom/blackout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function addBlackouts ($body, selector) {
return
}

$el.each(function () {
$el.each(function (this: HTMLElement) {
addBlackoutForElement($body, $(this))
})
}
Expand Down

0 comments on commit 5062727

Please sign in to comment.