* Switches between "text" and "math" modes.
(newMode)
| 14944 | |
| 14945 | |
| 14946 | switchMode(newMode) { |
| 14947 | this.mode = newMode; |
| 14948 | this.gullet.switchMode(newMode); |
| 14949 | } |
| 14950 | /** |
| 14951 | * Main parsing function, which parses an entire input. |
| 14952 | */ |
no outgoing calls
no test coverage detected