mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Ace2Inner: Delete completed TODO comment
This commit is contained in:
parent
a7c78768a1
commit
4890cd8972
1 changed files with 0 additions and 1 deletions
|
@ -1450,7 +1450,6 @@ function Ace2Inner(editorInfo, cssManagers) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const linesMutatee = {
|
const linesMutatee = {
|
||||||
// TODO: Rhansen to check usage of args here.
|
|
||||||
splice: (start, numRemoved, ...args) => {
|
splice: (start, numRemoved, ...args) => {
|
||||||
domAndRepSplice(start, numRemoved, args.map((s) => s.slice(0, -1)));
|
domAndRepSplice(start, numRemoved, args.map((s) => s.slice(0, -1)));
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue