aboutsummaryrefslogtreecommitdiffstats
path: root/src/element.js
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-05-26 20:59:57 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-05-26 20:59:57 +0200
commit7990dc47fda4f3b850c18318775ab108c2aff8f5 (patch)
tree9a2ed0eba0a75765e20193e0f3b51d2286cddf62 /src/element.js
parent07d1e87bb4843f954e9340a6206df34d294a847a (diff)
downloadsvg.js-7990dc47fda4f3b850c18318775ab108c2aff8f5.tar.gz
svg.js-7990dc47fda4f3b850c18318775ab108c2aff8f5.zip
fixed issues in SVG.Doc and SVG.Mask when cloning(#782)
Diffstat (limited to 'src/element.js')
-rw-r--r--src/element.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/element.js b/src/element.js
index 7f252f7..35b487b 100644
--- a/src/element.js
+++ b/src/element.js
@@ -62,7 +62,7 @@ SVG.Element = SVG.invent({
.height(new SVG.Number(p.height))
}
// Clone element
- , clone: function(parent, withData) {
+ , clone: function(parent) {
// write dom data to the dom so the clone can pickup the data
this.writeDataToDom()