From d927f2d225d74fd3b3f41b298a19f6ba075702cf Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Wed, 8 Apr 2020 07:32:38 +1000 Subject: added Fragment, completed Dom Tests, fixed `matches()` for document fragments --- svg.js.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svg.js.d.ts') diff --git a/svg.js.d.ts b/svg.js.d.ts index 72c6d7d..8dd99e2 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -970,7 +970,7 @@ declare module "@svgdotjs/svg.js" { attr(name: string, value: any, namespace?: string): this; attr(name: string): any; attr(obj: object): this; - attr(obj: object[]): object; + attr(obj: string[]): object; // prototype extend Selector in selector.js find(query: string): List -- cgit v1.2.3