Fixing Routing.

This commit is contained in:
Jeremy Ashkenas
2012-06-18 10:14:46 -04:00
parent 2eeaa4a716
commit bc931c31e4

View File

@@ -1000,7 +1000,7 @@
fragment = this.getHash();
}
}
return fragment.replace(routeStripper, '');
return decodeURIComponent(fragment.replace(routeStripper, ''));
},
// Start the hash change handling, returning `true` if the current URL matches