()
| 525 | }; |
| 526 | |
| 527 | let _syncFormatterEscapeState = () => { |
| 528 | if (typeof window.Formatter !== 'undefined' && window.Formatter.setEscapeEnabled) { |
| 529 | window.Formatter.setEscapeEnabled(!!formatOptions.NESTED_ESCAPE_PARSE); |
| 530 | } |
| 531 | }; |
| 532 | |
| 533 | let _syncFormatterStatusBarState = () => { |
| 534 | const enabled = !!formatOptions.STATUS_BAR_ALWAYS_SHOW; |
no outgoing calls
no test coverage detected