1494: success: function() {
1495: var status = this.getStatus();
1496: return !status || (status >= 200 && status < 300);
1497: }
prototype-1.6.1.RC3
Why !status checked in line 1496?
Because of this, an event onFailure not triggered when the status is
0.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---