Ace2Inner: Delete completed TODO comment

pull/5221/head
Richard Hansen 2021-03-21 17:56:21 -04:00
parent a7c78768a1
commit 4890cd8972
1 changed files with 0 additions and 1 deletions

View File

@ -1450,7 +1450,6 @@ function Ace2Inner(editorInfo, cssManagers) {
}
const linesMutatee = {
// TODO: Rhansen to check usage of args here.
splice: (start, numRemoved, ...args) => {
domAndRepSplice(start, numRemoved, args.map((s) => s.slice(0, -1)));
},