Fix bug in Item#hitTest and Project#hitTest documentation. Closes #57

This commit is contained in:
Jonathan Puckey 2011-11-10 15:14:49 +01:00
parent 34b5d043b3
commit eb34e058c0
2 changed files with 2 additions and 2 deletions

View file

@ -720,7 +720,7 @@ var Item = this.Item = Base.extend(/** @lends Item# */{
* <b>options.fill:</b> {@code Boolean} - Hit test the fill of items.
* <b>options.stroke:</b> {@code Boolean} - Hit test the curves of path
* items, taking into account stroke width.
* <b>options.segment:</b> {@code Boolean} - Hit test for
* <b>options.segments:</b> {@code Boolean} - Hit test for
* {@link Segment#point} of {@link Path} items.
* <b>options.handles:</b> {@code Boolean} - Hit test for the handles
* ({@link Segment#handleIn} / {@link Segment#handleOut}) of path segments.

View file

@ -184,7 +184,7 @@ var Project = this.Project = PaperScopeItem.extend(/** @lends Project# */{
* <b>options.fill:</b> {@code Boolean} - Hit test the fill of items.
* <b>options.stroke:</b> {@code Boolean} - Hit test the curves of path
* items, taking into account stroke width.
* <b>options.segment:</b> {@code Boolean} - Hit test for
* <b>options.segments:</b> {@code Boolean} - Hit test for
* {@link Segment#point} of {@link Path} items.
* <b>options.handles:</b> {@code Boolean} - Hit test for the handles
* ({@link Segment#handleIn} / {@link Segment#handleOut}) of path segments.