File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ export function initObservers() {
47
47
* Interface function for adding listeners to the {@linkcode globservers}
48
48
* @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!
49
49
* @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
52
51
*/
53
52
export function addSelectorListener <
54
53
TElem extends HTMLElement | 0 ,
You can’t perform that action at this time.
0 commit comments