On 11/29/06, Diez B. Roggisch <[EMAIL PROTECTED]> wrote:
>
> Beau Hartshorne schrieb:
> > I don't understand what the problem is. Is e.key().string not
> > returning the correct values?
> >
> > By the way, you don't need to iterate over the event object. It has a
> > repr() method, so you can just do something like:
> >
> > function print_event(e) {
> >      alert(e); // or use log(e), if possible
> > }
> >
>
> The problem is that under the IE there is no event - and no object
> having a repr(). That's the reason why I wrote that introspection
> function. It appears that the signal gets passed the async module.

Have you tried using a variable name other than event? In IE, event is a global.

-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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to