On Apr 2, 2006, at 8:44 PM, worik wrote:

> I need the "currentTarget" of the event.
>
> Currently I do...
>
>     connect(tepu, "onclick", _new_record_tepu_click);
>
>     var _new_record_tepu_click = function(e){
>
>                 var _e = e.event();
>                 var _ct = _e.currentTarget;
> // Whatever...
> }

The reason it doesn't expose currentTarget is that IE does not  
support it.
http://trac.mochikit.com/ticket/72

See also the most recent discussion on this topic:
http://groups.google.com/group/mochikit/browse_thread/thread/ 
abb13e7c466b58d5

-bob



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to