aboutsummaryrefslogtreecommitdiffstats
path: root/src/fx.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/fx.js')
-rw-r--r--src/fx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fx.js b/src/fx.js
index c944834..a09b0a5 100644
--- a/src/fx.js
+++ b/src/fx.js
@@ -864,7 +864,7 @@ SVG.extend(SVG.FX, {
return this.plot([a, b, c, d])
}
- return this.add('plot', new (this.target().morphArray)(a))
+ return this.add('plot', new (this.target().MorphArray)(a))
},
// Add leading method
leading: function (value) {