389fe4cd893fe1c0405b70ef0706e31af6f597cc
[gruntmaster-page.git] / js / 05-makedom.js
1 function m(html) {
2 const div = document.createElement("div");
3 div.innerHTML = html;
4 return div.firstChild;
5 }
This page took 0.019746 seconds and 3 git commands to generate.