Remove the mention of optional parameters in documentation, as they are marked optional already.

This commit is contained in:
Jürg Lehni 2011-06-19 21:52:52 +01:00
parent 1e436b2980
commit 2594a41b7d
4 changed files with 9 additions and 9 deletions
src/path

View file

@ -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