From 884ea96a29cd5d3e864d96d0bc7a85034701138c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 1 Aug 2011 11:47:08 +0100 Subject: [PATCH] Docs: Link HitResult back to #hitTest() functions. --- src/item/HitResult.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/item/HitResult.js b/src/item/HitResult.js index 3d75cf33..cfa58b24 100644 --- a/src/item/HitResult.js +++ b/src/item/HitResult.js @@ -18,7 +18,8 @@ * @name HitResult * * @class A HitResult object contains information about the results of a hit - * test. + * test. It is returned by {@link Item#hitTest(point)} and + * {@link Project#hitTest(point)}. * * @extends CurveLocation */