summaryrefslogtreecommitdiffstats
path: root/src/path.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.js')
-rw-r--r--src/path.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.js b/src/path.js
index ab1aa87..5c8ca46 100644
--- a/src/path.js
+++ b/src/path.js
@@ -10,7 +10,7 @@ SVG.Path.prototype = new SVG.Shape();
SVG.extend(SVG.Path, {
// set path data
- data: function(d) {
+ plot: function(d) {
return this.attr('d', d);
}