Skip to content

Fails to load on IE11 #6

@mviens

Description

@mviens

On IE11, the code does not load. The error is SCRIPT1003: Expected ':' on Line xxxx.

The code it is failing on is:

return {
    url,
    json,
    type
};

If the code is changed to the following, it will work:

return {
    url: url,
    json: json,
    type: type
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions