[TIMOB-7687] MobileWeb: Mispelled variable in Ti.Network.HTTPClient
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-02-16T13:30:00.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | Sprint 2012-04, Release 2.0.0 |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-02-16T12:43:32.000+0000 |
| Updated | 2017-03-03T23:24:29.000+0000 |
Description
Line 53 references the variable "xhr", but it should be "this._xhr".
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1446
Closing ticket as MobileWeb is no longer supported.