aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.js')
-rw-r--r--src/doc.js2
1 files changed, 1 insertions, 1 deletions
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