]> source.dussan.org Git - svg.js.git/commitdiff
Update svg.js.d.ts
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sat, 13 Jun 2020 09:32:23 +0000 (19:32 +1000)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 09:32:23 +0000 (19:32 +1000)
Implementing ElementAlias doesnt work because method definitions clash

svg.js.d.ts

index 5edfdfbc9f2bdf7fd3929c336896b61d698e2c2c..f82633592fccbfb190024a69d80cc479c91e967b 100644 (file)
@@ -558,7 +558,7 @@ declare module "@svgdotjs/svg.js" {
     type ListEachCallback<T> = (el: T, index: number, list: List<T>) => any\r
 \r
     // List.js\r
-    class List<T> extends BuiltInArray<T> implements ElementAlias {\r
+    class List<T> extends BuiltInArray<T> {\r
         each(fn: ListEachCallback<T>): List<any>\r
         each(name: string, ...args: any[]): List<any>\r
         toArray(): T[]\r