-
26 May 2011 3:11 PM #1
[FIXED-129] Ext.data.Connection's abort()
[FIXED-129] Ext.data.Connection's abort()
Uncaught ReferenceError: request is not defined on line 3, guessing because it should be referred to by 'r' insteadCode:abort : function(r) { if (r && this.isLoading(r)) { if (!request.timedout) { request.aborted = true; } // Will fire an onreadystatechange event r.xhr.abort(); } else if (!r) { var id; for(id in this.requests) { if (!this.requests.hasOwnProperty(id)) { continue; } this.abort(this.requests[id]); } } }
-
3 Jun 2011 3:19 PM #2
Thanks. I've reported this bug.
-
5 Jul 2011 1:44 PM #3Sencha - Community Support Team
- Join Date
- Jan 2009
- Location
- Palo Alto, California
- Posts
- 1,941
- Vote Rating
- 6
This is now fixed and will form part of Sencha Touch 1.1.1
Ext JS Senior Software Architect
Personal Blog: http://edspencer.net
Twitter: http://twitter.com/edspencer
Github: http://github.com/edspencer
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote