Skip to content

Commit a6c2ed0

Browse files
authored
Update observers.ts
1 parent 9db182c commit a6c2ed0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/observers.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ export function initObservers() {
4747
* Interface function for adding listeners to the {@linkcode globservers}
4848
* @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!
4949
* @param options Options for the listener
50-
* @template TElem The type of the element that the listener will be attached to. If set to `0`, the type HTMLElement will be used.
51-
* @template TDomain This restricts which observers are available with the current domain
50+
* @template TElem The type of the element that the listener will be attached to. If set to `0`, the type HTMLElement will be used
5251
*/
5352
export function addSelectorListener<
5453
TElem extends HTMLElement | 0,

0 commit comments

Comments
 (0)