]> source.dussan.org Git - svg.js.git/commitdiff
Type fix
authorpycraft114 <pycraft114@gmail.com>
Thu, 10 May 2018 01:53:28 +0000 (10:53 +0900)
committerpycraft114 <pycraft114@gmail.com>
Thu, 10 May 2018 01:53:28 +0000 (10:53 +0900)
svg.js.d.ts

index 1544c1ac55f047fc4fe6cea0f45b050310005fca..71444673c00f73de5c1923f7724cf6fd00eebd79 100644 (file)
@@ -105,7 +105,7 @@ declare namespace svgjs {
     }\r
     interface Element {\r
         bbox(): BBox;\r
-        rbox(comparison: any): RBox;\r
+        rbox(comparison?: any): RBox;\r
         tbox(): TBox;\r
     }\r
     interface Library {\r