()
| 12 | }; |
| 13 | |
| 14 | function typesetMath() { |
| 15 | if (typeof MathJax !== "undefined") { |
| 16 | MathJax.startup.output.clearCache(); |
| 17 | MathJax.typesetClear(); |
| 18 | MathJax.texReset(); |
| 19 | MathJax.typesetPromise(); |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | if (typeof document$ !== "undefined") { |
| 24 | document$.subscribe(typesetMath); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…