1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

Insert elements into the DOM.

This commit is contained in:
Rob Rix 2015-10-13 10:25:51 -04:00
parent e9e6fe859e
commit c5f2832663

View File

@ -50,7 +50,7 @@
<div id="right"></div>
<script type="text/javascript">
loadJSON('Fixtures/swift.json', function (json) {
toDOM(json)
document.getElementById("left").appendChild(toDOM(json));
});
</script>
</body>