[TIMOB-6759] MobileWeb: Implement class declaration function
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-12-20T14:44:12.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | Sprint 2011-51, Release 2.0.0, Release 1.8.1 |
| Components | MobileWeb |
| Labels | merge-1.9.0 |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2011-12-19T11:07:10.000+0000 |
| Updated | 2017-03-03T23:19:15.000+0000 |
Description
Mobile web currently defines classes using Ti._5.createClass() which is also used for defining non-instantiable objects. createClass() is lacking support for defining properties and inheritance.
Pull request: https://github.com/cb1kenobi/titanium_mobile/pull/16
Merged in to cb1kenobi's repo until 1.8->1.9 transition is stable in appcelerator repo.
Closing ticket as MobileWeb is no longer supported.