This pull request will fix a disappearing route bug (reported via private email on 2015/3/6 19:59:59)
where mixture of addRoute() (AnyEvent) and then addRouteEvent() (SomeEvent) causes
SomeEvent's routes not able to evaluate proper route via hasRoute() method.
This pull request will fix a disappearing route bug (reported via private email on 2015/3/6 19:59:59) where mixture of
addRoute()
(AnyEvent) and thenaddRouteEvent()
(SomeEvent) causes SomeEvent's routes not able to evaluate proper route viahasRoute()
method.