chrisfarms
26 May 2011, 1:19 AM
"request is undefined" is raised when a connection is aborted by the server.
What looks like a typo is preventing the code from running correctly.
~/Sites/sencha-touch-1.1.0 ➡ diff sencha-touch-debug-original.js sencha-touch-debug.js
17491,17492c17491,17492
< if (!request.timedout) {
< request.aborted = true;
---
> if (!r.timedout) {
> r.aborted = true;
Is this forum the issue tracker?
What looks like a typo is preventing the code from running correctly.
~/Sites/sencha-touch-1.1.0 ➡ diff sencha-touch-debug-original.js sencha-touch-debug.js
17491,17492c17491,17492
< if (!request.timedout) {
< request.aborted = true;
---
> if (!r.timedout) {
> r.aborted = true;
Is this forum the issue tracker?