diff options
Diffstat (limited to 'src/textpath.js')
-rw-r--r-- | src/textpath.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textpath.js b/src/textpath.js index 8362940..561f147 100644 --- a/src/textpath.js +++ b/src/textpath.js @@ -10,7 +10,7 @@ SVG.TextPath = SVG.invent({ // Add parent method extend: { - morphArray: SVG.PathArray, + MorphArray: SVG.PathArray, // return the array of the path track element array: function () { var track = this.track() |