[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;
|
||||
}
|
||||
|
||||
function htmlForRemovedChild(n)
|
||||
{
|
||||
var div = doc.createElement("DIV");
|
||||
div.appendChild(n);
|
||||
return div.innerHTML;
|
||||
}
|
||||
|
||||
var STYLE_ATTRIBS = {
|
||||
bold: true,
|
||||
italic: true,
|
||||
|
|
Loading…
Reference in a new issue