aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers.js')
-rw-r--r--src/helpers.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/helpers.js b/src/helpers.js
index 88a37bb..9f52431 100644
--- a/src/helpers.js
+++ b/src/helpers.js
@@ -18,12 +18,6 @@ function createElement(element, makeNested) {
element = SVG.adopt(node.firstElementChild)
- //if(element instanceof SVG.Nested) {
- // // We cant use the adopter for this because it will create an SVG.Nested
- // element = new SVG.Doc(element.node)
- // element.setData(JSON.parse(element.node.getAttribute('svgjs:data')) || {})
- //}
-
return element
}