* Get the style of a fraction denominator given the fraction in the current * style.
()
| 404 | |
| 405 | |
| 406 | fracDen() { |
| 407 | return styles[fracDen[this.id]]; |
| 408 | } |
| 409 | /** |
| 410 | * Get the cramped version of a style (in particular, cramping a cramped style |
| 411 | * doesn't change the style). |
no outgoing calls
no test coverage detected