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

[TIMOB-8740] New features and bug fixes in require() #2382

Merged
merged 16 commits into from Jun 13, 2012
Merged

[TIMOB-8740] New features and bug fixes in require() #2382

merged 16 commits into from Jun 13, 2012

Conversation

cb1kenobi
Copy link
Contributor

[TIMOB-8740] require() isn't properly loading async resources
[TIMOB-9318] require() doesn't work within Ti+ modules
[TIMOB-9131] Apps do not load if the Google Maps server are inaccessible

@@ -67,6 +63,14 @@
// map of package names to package resource definitions
packages = {},

// module states
// default state unloaded = 0
requested = 1, // module is being downloaded
Copy link
Contributor

Choose a reason for hiding this comment

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

Since these are constants, they should be UPPER_CASE style.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed!

@nebrius
Copy link
Contributor

nebrius commented Jun 13, 2012

Code reviewed and tested. Request accepted.

nebrius added a commit that referenced this pull request Jun 13, 2012
[TIMOB-8740] New features and bug fixes in require()
@nebrius nebrius merged commit f1b2805 into tidev:master Jun 13, 2012
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.

None yet

2 participants