mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-28 22:59:36 -04:00
Documentation: convert Array return types to Type[].
This commit is contained in:
parent
55724b0e29
commit
e23282fe05
4 changed files with 8 additions and 8 deletions
src/path
|
@ -508,7 +508,7 @@ var Path = this.Path = PathItem.extend({
|
|||
*
|
||||
* @param {Number} from the beginning index, inclusive
|
||||
* @param {Number} [to=segments.length] the ending index, exclusive
|
||||
* @return {Array} an array containing the removed segments
|
||||
* @return {Segment[]} an array containing the removed segments
|
||||
*
|
||||
* @example {@paperscript}
|
||||
* // Removing segments from a path:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue