Skip to content

Commit

Permalink
Update observers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 authored Apr 24, 2024
1 parent 9db182c commit a6c2ed0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/observers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ export function initObservers() {
* Interface function for adding listeners to the {@linkcode globservers}
* @param selector Relative to the observer's root element, so the selector can only start at of the root element's children at the earliest!
* @param options Options for the listener
* @template TElem The type of the element that the listener will be attached to. If set to `0`, the type HTMLElement will be used.
* @template TDomain This restricts which observers are available with the current domain
* @template TElem The type of the element that the listener will be attached to. If set to `0`, the type HTMLElement will be used
*/
export function addSelectorListener<
TElem extends HTMLElement | 0,
Expand Down

0 comments on commit a6c2ed0

Please sign in to comment.