millermedeiros / crossroads.js

JavaScript Routes
http://millermedeiros.github.com/crossroads.js/
1.44k stars 156 forks source link

dispose spec fails on node.js #72

Closed millermedeiros closed 11 years ago

millermedeiros commented 12 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().

millermedeiros commented 12 years ago

I doubt anyone is doing what the spec does but we should at least check what is happening.