]> source.dussan.org Git - svg.js.git/commitdiff
Added missing 'clone(parent)' overload to .d.ts file 961/head
authorAaron Dalton <aaron@daltons.ca>
Sat, 16 Feb 2019 17:03:38 +0000 (10:03 -0700)
committerAaron Dalton <aaron@daltons.ca>
Sat, 16 Feb 2019 17:03:38 +0000 (10:03 -0700)
svg.js.d.ts

index 05206b326850e0366854a01f10705bedada9220a..8ba487d445f07187418d7410d2fb4ddfacafceaa 100644 (file)
@@ -248,6 +248,7 @@ declare namespace svgjs {
         size(width?: NumberAlias, height?: NumberAlias): this;\r
 \r
         clone(): Element;\r
+        clone(parent: Parent): Element;\r
         remove(): this;\r
         replace(element: Element): Element;\r
 \r