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

We do, now.

This commit is contained in:
Rob Rix 2015-10-21 14:10:51 -04:00
parent 49d0904b1b
commit ead175b4e4

View File

@ -62,7 +62,7 @@
function patch(patch) {
var before = document.getElementById("before");
var after = document.getElementById("after");
// fixme: handle annotated terms
if (patch.delete != null) { return term(patch.delete, before); }
if (patch.insert != null) { return term(patch.insert, after); }
if (patch.replace != null) {