diff options
author | wout <wout@impinc.co.uk> | 2012-12-17 12:19:37 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-17 12:19:37 +0100 |
commit | 137bc169b4e1bcdcbb37e9beec3e2d9b7d9da85f (patch) | |
tree | 195f68a654473be6f1c9f7d12744d753313be3f8 /src/nested.js | |
parent | be77c0e1bc955582bf067f2d3e863147767cff4f (diff) | |
download | svg.js-137bc169b4e1bcdcbb37e9beec3e2d9b7d9da85f.tar.gz svg.js-137bc169b4e1bcdcbb37e9beec3e2d9b7d9da85f.zip |
Removed redundant code
Diffstat (limited to 'src/nested.js')
-rw-r--r-- | src/nested.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/nested.js b/src/nested.js deleted file mode 100644 index 6245ca6..0000000 --- a/src/nested.js +++ /dev/null @@ -1,12 +0,0 @@ - -SVG.Nested = function Nested() { - this.drag = new SVG.Draggable(this); - this.constructor.call(this, SVG.createElement('svg')); - this.setAttribute('overflow', 'visible'); -}; - -// inherit from SVG.Element -SVG.Nested.prototype = new SVG.Element(); - -// include the container object -SVG.Nested.include(SVG.Container);
\ No newline at end of file |