mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Insert elements into the DOM.
This commit is contained in:
parent
e9e6fe859e
commit
c5f2832663
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user