Animal
12 Apr 2007, 3:14 AM
ScriptTagProxy has
this.fireEvent("load", this, o, trans.arg);
just before it calls its callback in handleResponse.
HttpProxy should have
this.fireEvent("load", this, o, o.request.arg);
just before it calls its callback in loadResponse
I'm just updating the docs for the events in DataProxy...
this.fireEvent("load", this, o, trans.arg);
just before it calls its callback in handleResponse.
HttpProxy should have
this.fireEvent("load", this, o, o.request.arg);
just before it calls its callback in loadResponse
I'm just updating the docs for the events in DataProxy...