On 10/30/06, lattepiu <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I'm using the svn version of MochiKit, and I'm having some issues with
> event handling.
> It seems that signals on non-DOM object don't get disconnected when the
> disconnect() function is called on them. Looking at Signal.js, I've
> noticed that the _disconnect() function returns right away if the
> signal is on a non-DOM object. Replacing
> if (!ident[3]){return;}
> with
> if (!ident[3]) { if (ident[6]) ident[6] = false; return; }
> seems to fix the problem... But I'm not really sure this is how it's
> supposed to work! Any hints?That's not really the right way to fix it, but I've checked in a fix. -bob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
