From: wout Date: Wed, 18 Jan 2017 12:17:26 +0000 (+0100) Subject: Typo in typings X-Git-Tag: 2.5.0~64^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2969e4d8091a35c2452ef8a1006ebe5595d38027;p=svg.js.git Typo in typings --- 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 {