(el)
| 1128 | }; |
| 1129 | |
| 1130 | let _emitSelectionChange = function (el) { |
| 1131 | try { |
| 1132 | document.dispatchEvent(new CustomEvent('fh-json-selection-change', { |
| 1133 | detail: _getSelectionInfo(el) |
| 1134 | })); |
| 1135 | } catch (e) { |
| 1136 | } |
| 1137 | }; |
| 1138 | |
| 1139 | let _emitFormatReady = function () { |
| 1140 | try { |
no test coverage detected