hi

i'm using MochiKit.Signal for app internal event based communication too 
and i've just updated MochiKit sources from rev 667 (something before 
1.3 release) to 1.3.1 and to current HEAD but connect(obj, 'asd', 
this.doAsd) and signal() doesn't work anymore as expected - doAsd() is 
called but 'this' isn't bound to the object which has done the connect 
... all objects are calling bindMethods(this) in constructor

any idea?

thanks
markus

ps: connect(obj, 'asd', this, 'doAsd') and signal() works still as expected

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
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