fix text node reattachment when parent changes but node value does not

This commit is contained in:
Leo Horie 2014-04-13 11:10:25 -04:00
parent 215b56ae7c
commit f768b7bb63
60 changed files with 6859 additions and 8 deletions

View file

@ -0,0 +1,9 @@
<p>If you already have your HTML written and want to convert it into a Mithril template, paste the HTML below and press the "Convert" button.</p>
<div id="converter"></div>
<script src="../mithril.min.js"></script>
<script src="template-converter.js"></script>
<script>
m.module(document.getElementById("converter"), templateConverter);
</script>