From: rdfriedl Date: Fri, 1 Apr 2016 17:31:07 +0000 (-0500) Subject: added definition for SVG.prepare X-Git-Tag: 2.3.1~3^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F470%2Fhead;p=svg.js.git added definition for SVG.prepare --- diff --git a/svg.js.d.ts b/svg.js.d.ts index 9f2ec1c..4d2708d 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -16,6 +16,7 @@ declare namespace svgjs { extend(parent: Object, obj: Object): void; invent(config: Object): any; atopt(node: HTMLElement): Element; + prepare(element: HTMLElement): void; } interface LinkedHTMLElement extends HTMLElement { instance: Element;