Ticket #8011: 8011.diff
| File 8011.diff, 425 bytes (added by savetheclocktower, 2 years ago) |
|---|
-
trunk/src/ajax.js
old new 101 101 } 102 102 103 103 try { 104 if (this.options.onCreate) this.options.onCreate(this.transport); 104 105 Ajax.Responders.dispatch('onCreate', this, this.transport); 105 106 106 107 this.transport.open(this.method.toUpperCase(), this.url,