Make JS a bit simpler
[plack-app-gruntmaster.git] / js / 05-makedom.js
index 389fe4cd893fe1c0405b70ef0706e31af6f597cc..a938d2cb4e13a94183430c5052861b0d481e5936 100644 (file)
@@ -3,3 +3,7 @@ function m(html) {
        div.innerHTML = html;
        return div.firstChild;
 }
+
+function q(selector) {
+       return document.querySelector(selector);
+}
This page took 0.008949 seconds and 4 git commands to generate.