Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert change to how Brackets gets loaded, so that utils/Compatibility is done first for IE #356

Merged
merged 1 commit into from
Jun 22, 2015

Conversation

humphd
Copy link

@humphd humphd commented Jun 22, 2015

Right now IE can't load Bramble due to trimRight missing on String. I fixed this upstream a long time ago...no idea when this got broken, but the fix is to do what I did upstream for IE originally (note the use of [..] around the module). This gets Bramble loading again in IE.

require("brackets");
// Load the brackets module. This is a self-running module that loads and
// runs the entire application.
require(["brackets"]);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this make a difference to the load order?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea...

@sedge
Copy link

sedge commented Jun 22, 2015

Curiosity aside, r+

humphd added a commit that referenced this pull request Jun 22, 2015
Revert change to how Brackets gets loaded, so that utils/Compatibility is done first for IE
@humphd humphd merged commit 364aac5 into bramble Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants