mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56: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
|
@ -32,8 +32,8 @@ const hooks = require('./pluginfw/hooks');
|
|||
|
||||
const sanitizeUnicode = (s) => UNorm.nfc(s);
|
||||
|
||||
const makeContentCollector = (collectStyles, abrowser, apool, domInterface, className2Author) => {
|
||||
const dom = domInterface || {
|
||||
const makeContentCollector = (collectStyles, abrowser, apool, className2Author) => {
|
||||
const dom = {
|
||||
isNodeText: (n) => n.nodeType === 3,
|
||||
nodeTagName: (n) => n.tagName,
|
||||
nodeValue: (n) => n.nodeValue,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue