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:
parent
d425c007e6
commit
df4e37e5de
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user