Some clean-up work on documentation.

This commit is contained in:
Jürg Lehni 2015-09-06 15:54:11 +02:00
parent 3f509ed51b
commit 3d89cd71bd
4 changed files with 20 additions and 12 deletions
src/path

View file

@ -32,8 +32,6 @@ var PathItem = Item.extend(/** @lends PathItem# */{
* supported.
*
* @param {PathItem} path the other item to find the intersections with
* @param {Boolean} [sorted=false] specifies whether the returned
* {@link CurveLocation} objects should be sorted by path and offset
* @return {CurveLocation[]} the locations of all intersection between the
* paths
* @example {@paperscript} // Finding the intersections between two paths