1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 16:33:03 +03:00

Process the top-level diff with diff.

This commit is contained in:
Rob Rix 2015-10-21 12:01:30 -04:00
parent 57456430a1
commit 8b9cfde29e

View File

@ -93,7 +93,7 @@
document.getElementById("after").textContent = json.b;
console.log(json["diff"]);
syntax(json["diff"]);
diff(json["diff"]);
});
</script>
</body>