bredele / grout

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

append dom element #9

Closed bredele closed 9 years ago

bredele commented 9 years ago
dom('button',  el);
dom('section', [
  el
]);
bredele commented 9 years ago
dom('button',  [
  dom(el)
]);