summaryrefslogtreecommitdiffstats
path: root/src/defs.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.js')
-rw-r--r--src/defs.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/defs.js b/src/defs.js
index 875013b..8714663 100644
--- a/src/defs.js
+++ b/src/defs.js
@@ -5,8 +5,5 @@ SVG.Defs = function Defs() {
this.constructor.call(this, SVG.create('defs'));
};
-// Inherits from SVG.Element
-SVG.Defs.prototype = new SVG.Element();
-
-// Include the container object
-SVG.extend(SVG.Defs, SVG.Container); \ No newline at end of file
+// Inherits from SVG.Container
+SVG.Defs.prototype = new SVG.Container(); \ No newline at end of file