From c8578658ae3ce69e07b9792567bc581f7bc76735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 1 Aug 2011 11:48:07 +0100 Subject: [PATCH] Docs: Remove |null from @return, since it's verbally described, and null can also be a HitResult. --- src/project/Project.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/Project.js b/src/project/Project.js index f432a873..dc340494 100644 --- a/src/project/Project.js +++ b/src/project/Project.js @@ -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. */