Eric J. Van der Velden
unread,Aug 27, 2011, 4:33:28 AM8/27/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prototype & script.aculo.us
Hello,
The function Element.observe first lets _createResponder create a
responder. Then it calls
element.addEventListener(actualEventName,responder,false)
This seems enough. Why stores _createResponder the responder in
Element.Storage (behind a index connected with element)?