I checked out the latest trunk code yesterday and threw a glance to the improvements I've been waiting for a long time. They're really amazing and I look forward to the final release of Prototype 1.6.
However, I've got a few questions: Is there any reason not to remove the event handler(s) from the private event cache when calling Event.stopObserving? The cache may get messed up with dead handlers by and by especially when running as a single page app. And - less important - a handler can't be re-registered, not even after properly calling stopObserving before. And secondly, why did you choose not to use an array as the type of the private event cache? The event indices are plain integers. Please excuse if these questions were asked umpteenth times. Keep up the good work! -- Severin <http://dict.leo.org/ende?lp=ende&p=eL4jU.&search=umpteenth> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" 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/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
