From 13f4773985c02078c984a9ebd4f6569d775ba6ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 6 Feb 2017 18:36:00 +0100 Subject: [PATCH] Fix documentation of Project#hitTestAll() Relates to #536 --- src/item/Project.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item/Project.js b/src/item/Project.js index d4dd4e45..8327a34d 100644 --- a/src/item/Project.js +++ b/src/item/Project.js @@ -446,7 +446,7 @@ var Project = PaperScopeItem.extend(/** @lends Project# */{ * The options object allows you to control the specifics of the hit- * test. See {@link #hitTest(point[, options])} for a list of all options. * - * @name Item#hitTestAll + * @name Project#hitTestAll * @function * @param {Point} point the point where the hit-test should be performed * @param {Object} [options={ fill: true, stroke: true, segments: true,