Ace2Inner: Delete completed TODO comment

This commit is contained in:
Richard Hansen 2021-03-21 17:56:21 -04:00
parent a7c78768a1
commit 4890cd8972

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)));
},