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:
parent
49d0904b1b
commit
ead175b4e4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user