[TIMOB-9555] MobileWeb: Layout cleanup
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T18:38:50.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-06-14T12:27:05.000+0000 |
Updated | 2018-04-04T23:20:20.000+0000 |
Description
We need to clean some stuff up in layout:
1) Remove all for in statements (known in Ti.UI)
2) Rename self to ths (or something similar) since self is defined by default in webkit
3) Remove calls to isDef and replace with === void 0
4) Move property instances in UI outside of Ti.UI object.
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.