diff options
Diffstat (limited to 'src/wrap.js')
-rw-r--r-- | src/wrap.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrap.js b/src/wrap.js index 0ae3a03..656f93f 100644 --- a/src/wrap.js +++ b/src/wrap.js @@ -4,6 +4,7 @@ SVG.Wrap = function Wrap(element) { /* insert and store child */ this.node.insertBefore(element.node, null); this.child = element; + this.type = element.node.nodeName; }; // inherit from SVG.Shape |