mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
lint: Re-run eslint --fix
This commit is contained in:
parent
fc234d0088
commit
f54dcbc766
13 changed files with 44 additions and 44 deletions
|
@ -291,7 +291,7 @@ function makeContentCollector(collectStyles, abrowser, apool, domInterface, clas
|
|||
['lmkr', '1'],
|
||||
['insertorder', 'first'],
|
||||
].concat(
|
||||
_.map(state.lineAttributes, (value, key) => [key, value]),
|
||||
_.map(state.lineAttributes, (value, key) => [key, value])
|
||||
);
|
||||
lines.appendText('*', Changeset.makeAttribsString('+', attributes, apool));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue