mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-08 03:00:26 -04:00
* The root should not be stripped when dealing with hashes. * The trailing slash can be removed since the fragment is stripped anyway. This could probably be done only once in `start`, but is saved for a later patch. * The mock pathname needs to prepend a slash in IE since anchor.pathname does not contain it.