mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Documentation: convert return type of Path#removeSegments to Segment[].
This commit is contained in:
parent
e23282fe05
commit
b0a3c3d492
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ var Path = this.Path = PathItem.extend({
|
|||
*
|
||||
* @name Path#removeSegments
|
||||
* @function
|
||||
* @return {Array} an array containing the removed segments
|
||||
* @return {Segment[]} an array containing the removed segments
|
||||
*/
|
||||
/**
|
||||
* Removes the segments from the specified {@code from} index to the
|
||||
|
|
Loading…
Reference in a new issue