* Get the style of a fraction numerator given the fraction in the current * style.
()
| 395 | |
| 396 | |
| 397 | fracNum() { |
| 398 | return styles[fracNum[this.id]]; |
| 399 | } |
| 400 | /** |
| 401 | * Get the style of a fraction denominator given the fraction in the current |
| 402 | * style. |
no outgoing calls
no test coverage detected