]> iEval git - plack-app-gruntmaster.git/blame - js/05-makedom.js
Put common css in a separate stylesheet
[plack-app-gruntmaster.git] / js / 05-makedom.js
CommitLineData
81c2ef98
MG
1function m(html) {
2 var div = document.createElement("div");
3 div.innerHTML = html;
4 return div.firstChild;
5}
This page took 0.017373 seconds and 4 git commands to generate.