hi

i already asked this one week ago and i'm a bit under pressure how to 
proceed

http://groups.google.com/group/mochikit/browse_thread/thread/51700c6963a771a3/

in Signal.js i found that in Signal._listener() func will bound to obj 
(line 526) and in Signal.connect() obj is set to src if the third 
parameter is a function (line 598)
this explains why 'this' in onAsd() is bound to the object which 
triggered the signal ... if function is just a function - an unbound 
function - everything is fine - but in my case this makes trouble ... 
and with revisions prior 723 the example works just fine

would it be right to check in Signal._listener() if function is already 
bound to an object? ... and if so - how is this done right?

thanks
markus

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to