Closed millermedeiros closed 11 years ago
there is something wrong with Route.dispose() on node.js, not sure what is the reason but looks like the crossroads.parse() is being fired on the nextTick making it to happen after Route.dispose().
Route.dispose()
crossroads.parse()
nextTick
I doubt anyone is doing what the spec does but we should at least check what is happening.
there is something wrong with
Route.dispose()
on node.js, not sure what is the reason but looks like thecrossroads.parse()
is being fired on thenextTick
making it to happen afterRoute.dispose()
.