mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove obsolete comment about hitTest options merge
This commit is contained in:
parent
7749641e66
commit
8e7829db5e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue