[TIMOB-9844] BlackBerry: Include/require framework's .js files
| GitHub Issue | n/a |
|---|---|
| Type | Sub-task |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-08-01T14:59:03.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Sprint 2012-09 BB, BB Preview 3 |
| Components | BlackBerry |
| Labels | n/a |
| Reporter | David Lifshitz |
| Assignee | Josh Roesslein |
| Created | 2012-06-29T10:56:46.000+0000 |
| Updated | 2017-03-08T17:32:27.000+0000 |
Description
This can be done using either include() (TIMOB-9539) or require() (TIMOB-9396), whichever is more appropriate.
https://github.com/Macadamian/titanium_mobile/pull/93
Require still does not work correctly. No cacheing and relative paths do not work as expected
Resolved when commonJS functionality was added.
Closing ticket due to no longer supporting BlackBerry.