mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
contentcollector: Delete unused domInterface
parameter
This commit is contained in:
parent
42c25b2536
commit
74bb2f76cc
2 changed files with 3 additions and 3 deletions
|
@ -1139,7 +1139,7 @@ function Ace2Inner() {
|
|||
|
||||
lastDirtyNode = (lastDirtyNode && isNodeDirty(lastDirtyNode) && lastDirtyNode);
|
||||
if (firstDirtyNode && lastDirtyNode) {
|
||||
const cc = makeContentCollector(isStyled, browser, rep.apool, null, className2Author);
|
||||
const cc = makeContentCollector(isStyled, browser, rep.apool, className2Author);
|
||||
cc.notifySelection(selection);
|
||||
const dirtyNodes = [];
|
||||
for (let n = firstDirtyNode; n &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue