fix formatting in docs

This commit is contained in:
Leo Horie 2014-09-27 21:01:00 -04:00
parent 30879a1d78
commit b559118832
27 changed files with 248 additions and 116 deletions

6
clientaccess.html Normal file
View file

@ -0,0 +1,6 @@
<body></body>
<script src="mithril.js"></script>
<script>
m.render(document.body, [m("a", "a"), [m("b[key=b]", "b"), m("b[key=c]", "c"), m("b[key=d]", "d")]])
m.render(document.body, [m("a", "a"), [m("b[key=c]", "c")]])
</script>