aboutsummaryrefslogtreecommitdiffstats
path: root/svg.js.d.ts
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-05-19 20:06:29 +1000
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-05-19 20:06:29 +1000
commit4ea53725a9021a136f6d81122dd78dc97a3e7da0 (patch)
tree7cd4b2aaa2c1e834aa61a669066f87d9746e7ef6 /svg.js.d.ts
parent47cffd9d5d9628c1729be291ee3a2f9b5651bd2c (diff)
downloadsvg.js-4ea53725a9021a136f6d81122dd78dc97a3e7da0.tar.gz
svg.js-4ea53725a9021a136f6d81122dd78dc97a3e7da0.zip
sorted method names
Diffstat (limited to 'svg.js.d.ts')
-rw-r--r--svg.js.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/svg.js.d.ts b/svg.js.d.ts
index 2d28913..2e227a4 100644
--- a/svg.js.d.ts
+++ b/svg.js.d.ts
@@ -818,7 +818,6 @@ declare module "@svgdotjs/svg.js" {
constructor();
constructor(options: Function);
constructor(options: number);
- constructor(options: object);
constructor(options: Controller);
static sanitise: (duration?: TimeLike, delay?: number, when?: string) => object