aboutsummaryrefslogtreecommitdiffstats
path: root/src/element.js
diff options
context:
space:
mode:
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()