Guest User

Untitled

a guest
Jun 21st, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. //For handling:
  2. someBtn.observe('click', func.bindAsEventListener());
  3.  
  4. func = function(e){ //Prototype's bindAsEventListener always passes the event object as the first parameter
  5. var srcElement = Event.element(e);
  6. };
Add Comment
Please, Sign In to add comment