Is there any way, using prototype or other means, to make events copy themselves into the global space (window.event
)?
My problem is that I'm using a remote script that does not pass me the event object to my callbacks. Chrome and IE always have access to event
and event window.event
, but FireFox has neither, unless passed (and set) explicitly, so I was wondering if there was a way to prototype event objects to copy themselves into the global space.