aboutsummaryrefslogtreecommitdiffstats
path: root/src/shape.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-17 12:19:37 +0100
committerwout <wout@impinc.co.uk>2012-12-17 12:19:37 +0100
commit137bc169b4e1bcdcbb37e9beec3e2d9b7d9da85f (patch)
tree195f68a654473be6f1c9f7d12744d753313be3f8 /src/shape.js
parentbe77c0e1bc955582bf067f2d3e863147767cff4f (diff)
downloadsvg.js-137bc169b4e1bcdcbb37e9beec3e2d9b7d9da85f.tar.gz
svg.js-137bc169b4e1bcdcbb37e9beec3e2d9b7d9da85f.zip
Removed redundant code
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);
};