[TIMOB-7295] MobileWeb: Add objects to array of bases in declare() so that properties get mixed in
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-05T15:17:51.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-05, Release 2.0.0 |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-19T11:32:58.000+0000 |
Updated | 2017-03-04T00:20:42.000+0000 |
Description
When declare() creates a class that inherits from an object, if the object has "properties" or "constants", they are not mixed in properly in the constructor. In order for this to happen, the object needs to be added to the array of bases.
Closing ticket due to MobileWeb no longer being supported.