mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Docs: Remove |null from @return, since it's verbally described, and null can also be a HitResult.
This commit is contained in:
parent
31cc571e8a
commit
c8578658ae
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ var Project = this.Project = Base.extend(/** @lends Project# */{
|
|||
* @param {Point} point The point where the hit test should be performed
|
||||
* @param {Object} [options={ fill: true, stroke: true, segments: true,
|
||||
* tolerance: true }]
|
||||
* @return {HitResult|null} A hit result object that contains more
|
||||
* @return {HitResult} A hit result object that contains more
|
||||
* information about what exactly was hit or {@code null} if nothing was
|
||||
* hit.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue