mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-27 22:29:11 -04:00
Documentation: Convert more Array return types to Type[].
This commit is contained in:
parent
5ce49e6f8f
commit
c1fcd6f3bb
2 changed files with 2 additions and 2 deletions
src/path
|
@ -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…
Add table
Add a link
Reference in a new issue