1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

Add DOM stuff to the DOM.

This commit is contained in:
Rob Rix 2015-10-21 16:02:55 -04:00
parent d425c007e6
commit df4e37e5de

View File

@ -117,7 +117,7 @@
<script type="text/javascript">
loadJSON('diff.json', function (json) {
console.log(json.diff);
diff(json.diff, json.a, json.b);
document.getElementById("diff").appendChild(toDOM(diff(json.diff, json.a, json.b)));
});
</script>
</body>