[TIMOB-7178] MobileWeb: Loader loses module definition
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-01-13T17:27:31.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-01, Release 2.0.0, Release 1.8.1 |
Components | MobileWeb |
Labels | stage |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-13T14:11:21.000+0000 |
Updated | 2017-03-03T23:21:26.000+0000 |
Description
When require()'ing an AMD module that isn't already apart of the build (i.e. it gets downloaded), the definition of the module gets discarded because it sees there's already one in cache even though it isn't defined.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1175
Closing ticket as MobileWeb is no longer supported.