Skip to content

IE7 gains an extra slash when using the default constructor #67

@sbrandwoo

Description

@sbrandwoo

If you head to http://medialize.github.com/URI.js/ and use the default constructor, you get:

>> new URI().href() 
"http://medialize.github.com/URI.js/"

If you run it in IE7 (or in this case, IE9 in IE7 mode), you get:

>> new URI().href() 
"http://medialize.github.com//URI.js/" 

Note the double slash after github.com.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions