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() {
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 */
5352export function addSelectorListener <
5453 TElem extends HTMLElement | 0 ,
You can’t perform that action at this time.
0 commit comments