[TIMOB-7068] MobileWeb: Define Ti module by merging titanium.js and Ti/ti.js into Ti.js
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-02-08T16:47:06.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 | stage |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-01-10T13:57:13.000+0000 |
| Updated | 2017-03-04T00:21:07.000+0000 |
Description
The Ti namespace is defined by Ti/ti.js, but this is the incorrect filename and file location. It should be moved from mobileweb/src/Ti/ti.js to mobileweb/src/Ti.js. Since this overlaps with titanium.js, merge the two together.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1379
Closing ticket due to MobileWeb no longer being supported.