Documentation: convert return type of Path#removeSegments to Segment[].

This commit is contained in:
Jonathan Puckey 2011-06-20 15:24:35 +02:00
parent e23282fe05
commit b0a3c3d492

View file

@ -500,7 +500,7 @@ var Path = this.Path = PathItem.extend({
* *
* @name Path#removeSegments * @name Path#removeSegments
* @function * @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 * Removes the segments from the specified {@code from} index to the