bredele / grout

:sweat_drops: virtual dom
MIT License
3 stars 0 forks source link

event delegation #25

Open bredele opened 8 years ago

bredele commented 8 years ago
'onclick .btn' : function() {
  // do something
}

Also we could delegate all the events to the first ancestor (we map the event with the dom node as well as the function).