Opened 14 years ago
Closed 14 years ago
#3500 closed defect (fixed)
ioArgs.cancel is not a function
Reported by: | guest | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | IO | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When xhrGet fails, a non existant ioArgs.cancel is called.
(example: rename the external file tab1.html and run the test_TabContainer)
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | xhr.js.diff added |
---|
comment:1 Changed 14 years ago by
Component: | Core → IO |
---|---|
Owner: | changed from anonymous to James Burke |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [9261]) Fixes #3500. Bad cancel() reference.