diff options
Diffstat (limited to 'src/array.js')
-rwxr-xr-x | src/array.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/array.js b/src/array.js index 6c99698..e4d2679 100755 --- a/src/array.js +++ b/src/array.js @@ -25,7 +25,7 @@ SVG.extend(SVG.Array, { while(this.value.length < this.destination.length) this.value.push(lastValue) } - + return this } // Clean up any duplicate points |