From ecc7c2b21cc484a0a57cd7df02a533c65f7bde97 Mon Sep 17 00:00:00 2001 From: wout Date: Tue, 18 Dec 2012 13:16:25 +0100 Subject: Added transform() --- src/doc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doc.js') diff --git a/src/doc.js b/src/doc.js index 41b157f..e361e29 100644 --- a/src/doc.js +++ b/src/doc.js @@ -16,4 +16,4 @@ SVG.Doc = function Doc(e) { SVG.Doc.prototype = new SVG.Element(); // include the container object -SVG.Utils.merge(SVG.Doc, SVG.Container); \ No newline at end of file +SVG.extend(SVG.Doc, SVG.Container); \ No newline at end of file -- cgit v1.2.3