[TIMOB-7080] MobileWeb: Move inlined "cached" modules from loader.js into individual files
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-02-08T16:50:00.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-03, Release 2.0.0, Release 1.8.2 |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-10T15:16:45.000+0000 |
Updated | 2017-03-03T23:28:19.000+0000 |
Description
The loader.js has a require.cache() after the loader definition that is supposed to be dynamically generated at compile time. These inlined modules are meant to be moved into external files for better maintainability.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1379
Closing ticket as MobileWeb is no longer supported.