Skip to content

Commit

Permalink
Revert redudant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Apr 2, 2024
1 parent 7a3702f commit 8caedca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type EventOptions = {

const emptyFunction = () => {};

export function supportsPassiveEvents(): boolean {
function supportsPassiveEvents(): boolean {
let supported = false;
// Check if browser supports event with passive listeners
// https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#Safely_detecting_option_support
Expand Down

0 comments on commit 8caedca

Please sign in to comment.