mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Don't filter for a type by default.
This commit is contained in:
parent
74b23c1882
commit
f958b41d90
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ HitResult = Base.extend(/** @lends HitResult# */{
|
|||
// only once.
|
||||
point: Point.read(arguments, 0, 1),
|
||||
// Type of item, for instanceof check: PathItem, TexItem, etc
|
||||
type: Item,
|
||||
type: null,
|
||||
// Tolerance
|
||||
tolerance: 2,
|
||||
// Hit the fill of items
|
||||
|
|
Loading…
Reference in a new issue