mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
Return the element representing deletions.
This commit is contained in:
parent
d373c6829c
commit
848f3ec654
@ -62,6 +62,7 @@
|
||||
var element = document.createElement("div");
|
||||
element.classList.add("delete");
|
||||
element.appendChild(toDOM(view.before));
|
||||
return element;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user