[Proto-Scripty] callback decoration

2009-12-15 Thread Sergio Fernández
In a experiment, I'm trying to decorate the callbacks, but I didn't find the way to make the bind... What I'd like to do is to firstly get the control over response's callback, do some common stuff, and then invoke the callback set by the user. Anyone has any idea how can I do something like

[Proto-Scripty] Re: callback decoration

2009-12-15 Thread Sergio Fernández
Using Ajax.Request(), I forgot to say it, sorry. On Dec 15, 3:45 pm, Sergio Fernández wik...@wikier.org wrote: In a experiment, I'm trying to decorate the callbacks, but I didn't find the way to make the bind... What I'd like to do is to firstly get the control over response's callback, do