[TIMOB-6890] MobileWeb: Ti.Network.HTTPClient needs to implement event mixin and argument mixins
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-01-10T10:35:48.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | stage |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2011-12-27T12:09:18.000+0000 |
Updated | 2014-01-28T23:57:34.000+0000 |
Description
Ti.Network.HTTPClient needs to implement addEventListener, fireEvent, and removeEventListener as well as properly mixin arguments.
Pull request: https://github.com/cb1kenobi/titanium_mobile/pull/19
This issue was indirectly fixed when we moved to the new class hierarchy system.