Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Add if else condition to prevent unspecified error on IE #432

Merged
merged 1 commit into from Sep 22, 2015

Conversation

davidecantoni
Copy link
Contributor

This change prevents the following error in IE if loading an external resource like jQurey.
Tested on IE8 Win7 + IE9 Win7 and fixes the following problem:

SCRIPT16389: Unspecified error.

This if else condition prevent's the following error in IE:
```
SCRIPT16389: Unspecified error.
```
@davidecantoni davidecantoni changed the title Add if else condition Add if else condition to prevent unspecified error on IE Sep 21, 2015
guybedford added a commit that referenced this pull request Sep 22, 2015
Add if else condition to prevent unspecified error on IE
@guybedford guybedford merged commit 95f7b11 into ModuleLoader:master Sep 22, 2015
@guybedford
Copy link
Member

Excellent thanks! I was wondering what that was.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants