On Thu, Mar 10, 2011 at 22:10, Philip Thompson <[email protected]>wrote:

> Well, that does explain it. Is there any reason why the on* methods aren't
> also options to send()?
>
> Thanks,
> ~Philip


I suppose because they are attached to events, or not?
So if we want to change it's behaviour we should remove all the events and
add them again...

#JS
this.request.removeEvents();
this.request.addEvent("complete",function(){
  console.log("complete b+");
});

that's right?

--
Andrea

Reply via email to