aboutsummaryrefslogtreecommitdiffstats
path: root/src/shape.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/shape.js')
-rw-r--r--src/shape.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shape.js b/src/shape.js
index 8295f1c..236b33e 100644
--- a/src/shape.js
+++ b/src/shape.js
@@ -1,6 +1,5 @@
SVG.Shape = function Shape(element) {
- this.drag = new SVG.Draggable(this);
this.constructor.call(this, element);
};