component / url

url parsing utility
47 stars 12 forks source link

Updating pathname to be ie-compatible. Adds leading slash #2

Closed calvinfo closed 11 years ago

calvinfo commented 11 years ago

We've been using this component in one of our projects which I just started cross-browser testing.

IE doesn't add a leading "/" to the pathname all of the time. There's a discussion on stackoverflow, and backbone seems to do something similar to add the leading slash.