()
| 1169 | }; |
| 1170 | |
| 1171 | let _clearSelection = function () { |
| 1172 | $('.x-selected').removeClass('x-selected'); |
| 1173 | $('.boxOpt').hide(); |
| 1174 | $('#jsonPath,#jsonSelectionMeta').text('').removeAttr('title'); |
| 1175 | jfStatusBar && jfStatusBar.hide(); |
| 1176 | $('body').addClass('hide-status-bar'); |
| 1177 | _emitSelectionChange($()); |
| 1178 | return _getSelectionInfo($()); |
| 1179 | }; |
| 1180 | |
| 1181 | let _clearJsonSearch = function () { |
| 1182 | $('#jfContent .fh-json-search-match, #jfContent .fh-json-search-active').removeClass('fh-json-search-match fh-json-search-active'); |
no test coverage detected