The signals model used by MochiKit has been pretty handy. But I'm concerned about DOM elements being deleted (explicitly or implicitly through swapDOM) without their associated signals being disconnected.
I realize the proper way is to delete signals explicitly before deleting DOM elements. But to do this, there needs to be a way to validate - to check whether any signals exist with no associated DOM nodes. It doesn't look possible to access signals without knowing the source element or destination function. Any thoughts? Maybe I'm missing something obvious? - Lloyd --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
