mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
[ace2_inner] remove unused function htmlForRemovedChild
This commit is contained in:
parent
8175af3017
commit
eee355979d
1 changed files with 0 additions and 7 deletions
|
@ -1779,13 +1779,6 @@ function Ace2Inner(){
|
||||||
return domChanges;
|
return domChanges;
|
||||||
}
|
}
|
||||||
|
|
||||||
function htmlForRemovedChild(n)
|
|
||||||
{
|
|
||||||
var div = doc.createElement("DIV");
|
|
||||||
div.appendChild(n);
|
|
||||||
return div.innerHTML;
|
|
||||||
}
|
|
||||||
|
|
||||||
var STYLE_ATTRIBS = {
|
var STYLE_ATTRIBS = {
|
||||||
bold: true,
|
bold: true,
|
||||||
italic: true,
|
italic: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue