mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
linestylefilter: Delete unused arguments
This commit is contained in:
parent
dd8ec4e291
commit
5283bfc14a
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ linestylefilter.getLineStyleFilter = (lineLength, aline, textAndClassFunc, apool
|
|||
linestylefilter,
|
||||
text: txt,
|
||||
class: cls,
|
||||
}, ' ', ' ', '');
|
||||
});
|
||||
const disableAuthors = (disableAuthColorForThisLine == null ||
|
||||
disableAuthColorForThisLine.length === 0) ? false : disableAuthColorForThisLine[0];
|
||||
while (txt.length > 0) {
|
||||
|
|
Loading…
Reference in a new issue