mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-27 06:10:14 -04:00
Remove the mention of optional parameters in documentation, as they are marked optional already.
This commit is contained in:
parent
1e436b2980
commit
2594a41b7d
4 changed files with 9 additions and 9 deletions
src/path
|
@ -20,7 +20,7 @@ var Path = this.Path = PathItem.extend({
|
|||
/**
|
||||
* Creates a new Path item and places it at the top of the active layer.
|
||||
*
|
||||
* @param {Segment[]} [segments] An optional array of segments (or points to be
|
||||
* @param {Segment[]} [segments] An array of segments (or points to be
|
||||
* converted to segments) that will be added to the path.
|
||||
*
|
||||
* @example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue