]> iEval git - gruntmaster-page.git/blob - js/05-makedom.js
Use document.documentElement.clientWidth instead of window.innerWidth
[gruntmaster-page.git] / js / 05-makedom.js
1 function m(html) {
2 var div = document.createElement("div");
3 div.innerHTML = html;
4 return div.firstChild;
5 }
This page took 0.038431 seconds and 4 git commands to generate.