Don't filter for a type by default.

This commit is contained in:
Jürg Lehni 2011-07-09 09:28:36 +02:00
parent 74b23c1882
commit f958b41d90

View file

@ -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