()
| 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'); |
| 1183 | jsonSearchState = { |
| 1184 | query: '', |
| 1185 | matches: [], |
| 1186 | index: -1 |
| 1187 | }; |
| 1188 | return _getSearchResultState(); |
| 1189 | }; |
| 1190 | |
| 1191 | let _getSearchableNodeText = function (el) { |
| 1192 | let selected = $(el); |
no test coverage detected