Skip to content

absoluteTo in IE7 always prefixes base directory to path #68

@joeweoj

Description

@joeweoj

The condition:

if (resolved.path()[0] !== '/') {
    resolved._parts.path = base.directory() + '/' + resolved._parts.path;
    resolved.normalizePath();
}

is always true in IE7 because it doesn't access strings like arrays. perhaps charAt(0) instead?

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