From a6c2ed007010a0620e3cd7477319f153aee9e08a Mon Sep 17 00:00:00 2001 From: Sven Fehler <38158426+Sv443@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:44:00 +0200 Subject: [PATCH] Update observers.ts --- src/observers.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/observers.ts b/src/observers.ts index 35ebbcb..0c56041 100644 --- a/src/observers.ts +++ b/src/observers.ts @@ -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,