UNPKG

sebastian

Version:

A flow-control library aimed at encouraging organized, testable code.

9 lines (8 loc) 233 B
define({ addToDom: function () { var div = document.createElement('div'); div.id = 'two'; div.setAttribute('data-name', 'two'); document.getElementsByTagName('body')[0].appendChild(div); } });