summaryrefslogtreecommitdiffstats
path: root/svg.js.d.ts
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2017-01-18 13:17:26 +0100
committerwout <wout@impinc.co.uk>2017-01-18 13:17:26 +0100
commit2969e4d8091a35c2452ef8a1006ebe5595d38027 (patch)
treed6433445fed6d7319b4a5d1ed30d3880a8f0384f /svg.js.d.ts
parent2527a5a90183687372b823d2a35a48aa96ecd44d (diff)
downloadsvg.js-2969e4d8091a35c2452ef8a1006ebe5595d38027.tar.gz
svg.js-2969e4d8091a35c2452ef8a1006ebe5595d38027.zip
Typo in typings
Diffstat (limited to 'svg.js.d.ts')
-rw-r--r--svg.js.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/svg.js.d.ts b/svg.js.d.ts
index 76a296f..3128c8c 100644
--- a/svg.js.d.ts
+++ b/svg.js.d.ts
@@ -20,7 +20,7 @@ declare namespace svgjs {
create(name: string): any;
extend(parent: Object, obj: Object): void;
invent(config: Object): any;
- atopt(node: HTMLElement): Element;
+ adopt(node: HTMLElement): Element;
prepare(element: HTMLElement): void;
}
interface LinkedHTMLElement extends HTMLElement {