refactor: Delete obsolete comment re: mn elements (#2472)

This commit is contained in:
Ron Kok
2020-08-30 12:33:39 -07:00
committed by GitHub
parent a82d4c44e0
commit ae90dbb78e

View File

@@ -47,8 +47,6 @@ defineFunctionBuilders({
if (group.mode === 'text') {
node = new mathMLTree.MathNode("mtext", [text]);
} else if (/[0-9]/.test(group.text)) {
// TODO(kevinb) merge adjacent <mn> nodes
// do it as a post processing step
node = new mathMLTree.MathNode("mn", [text]);
} else if (group.text === "\\prime") {
node = new mathMLTree.MathNode("mo", [text]);