Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8011: 8011.diff

File 8011.diff, 425 bytes (added by savetheclocktower, 2 years ago)
  • trunk/src/ajax.js

    old new  
    101101    } 
    102102       
    103103    try { 
     104      if (this.options.onCreate) this.options.onCreate(this.transport); 
    104105      Ajax.Responders.dispatch('onCreate', this, this.transport); 
    105106     
    106107      this.transport.open(this.method.toUpperCase(), this.url,