Skip to content

Commit

Permalink
Apply prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Jan 28, 2025
1 parent 848dba8 commit 7a07f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/resources/js/Support/DispatchEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function dispatchEvents(events, type, component, extraProperties = {}) {
bubbles: true,
composed: true,
cancelable: true,
})
}),
)
}, attributes['_delay'] ?? 0)
})
Expand Down

0 comments on commit 7a07f9a

Please sign in to comment.