summaryrefslogtreecommitdiffstats
path: root/src/container.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-17 12:40:43 +0100
committerwout <wout@impinc.co.uk>2012-12-17 12:40:43 +0100
commit10fd4e46ed729b6471074d925d3a3e611b13688e (patch)
tree4b3b5d1d86bf6f2cd7c16e1341371e55237329d4 /src/container.js
parent137bc169b4e1bcdcbb37e9beec3e2d9b7d9da85f (diff)
downloadsvg.js-10fd4e46ed729b6471074d925d3a3e611b13688e.tar.gz
svg.js-10fd4e46ed729b6471074d925d3a3e611b13688e.zip
Removing legacy references
Diffstat (limited to 'src/container.js')
-rw-r--r--src/container.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/container.js b/src/container.js
index b45f184..9f13282 100644
--- a/src/container.js
+++ b/src/container.js
@@ -81,10 +81,6 @@ SVG.Container = {
return e;
},
- svg: function(v) {
- return this.place(new SVG.Nested(), v);
- },
-
rect: function(v) {
return this.place(new SVG.Rect(), v);
},