With patch noted in my previous issue post, my async routing test w/forward recursion is working okay. However, if I register the notfound handler I'm getting an exception. I'm investigating if notfound.
The problem is demonstrated on a snapshot deployment of the director.js test page I've been building. The snapshot is here: http://www.chrisrussell.net/html5/re-director3/
Note that you can see the exception in the router library when an unregistered route is processed. For example, go through the router boot steps after loading from this URL:
http://www.chrisrussell.net/html5/re-director3/#/NoneSuchRoute
I'll circle back when I figure out what's going on as this is currently blocking me from accomplishing what I need to do with director.js.
Thanks!