* Switches between "text" and "math" modes.
(newMode)
| 13843 | |
| 13844 | |
| 13845 | switchMode(newMode) { |
| 13846 | this.mode = newMode; |
| 13847 | } |
| 13848 | /** |
| 13849 | * Start a new group nesting within all namespaces. |
| 13850 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected