summaryrefslogtreecommitdiffstats
path: root/src/PathArray.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/PathArray.js')
-rw-r--r--src/PathArray.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PathArray.js b/src/PathArray.js
index b05bd92..8529bf9 100644
--- a/src/PathArray.js
+++ b/src/PathArray.js
@@ -4,7 +4,7 @@ import {numbersWithDots, pathLetters, hyphen, delimiter, isPathLetter} from './r
import Point from './Point.js'
import SVGArray from './SVGArray.js'
import {subClassArray} from './ArrayPolyfill.js'
-import {extend2} from './tools.js'
+import {extend} from './tools.js'
const PathArray = subClassArray('PathArray', SVGArray)
@@ -84,7 +84,7 @@ for (var i = 0, il = mlhvqtcsaz.length; i < il; ++i) {
}
-extend2(PathArray, {
+extend(PathArray, {
// Convert array to string
toString () {
return arrayToString(this)