* Get the style of a subscript given a base in the current style.
()
| 386 | |
| 387 | |
| 388 | sub() { |
| 389 | return styles[sub[this.id]]; |
| 390 | } |
| 391 | /** |
| 392 | * Get the style of a fraction numerator given the fraction in the current |
| 393 | * style. |
no outgoing calls
no test coverage detected