(body)
| 6900 | */ |
| 6901 | |
| 6902 | var buildMathML_makeRow = function makeRow(body) { |
| 6903 | if (body.length === 1) { |
| 6904 | return body[0]; |
| 6905 | } else { |
| 6906 | return new mathMLTree.MathNode("mrow", body); |
| 6907 | } |
| 6908 | }; |
| 6909 | /** |
| 6910 | * Returns the math variant as a string or null if none is required. |
| 6911 | */ |
no outgoing calls
no test coverage detected