From 8e7829db5ec083f62754170e945aeff4a6d48199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sun, 12 Apr 2015 15:07:26 +0200 Subject: [PATCH] Remove obsolete comment about hitTest options merge --- src/item/HitResult.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/item/HitResult.js b/src/item/HitResult.js index 1192125f..51d7eb90 100644 --- a/src/item/HitResult.js +++ b/src/item/HitResult.js @@ -100,8 +100,7 @@ var HitResult = Base.extend(/** @lends HitResult# */{ statics: { /** - * Merges default options into options hash for #hitTest() calls, and - * marks as merged, to prevent repeated merging in nested calls. + * Merges default options into options hash for #hitTest() calls. * * @private */