()
| 1014 | }; |
| 1015 | |
| 1016 | let _getExplicitSelectedJsonElement = function () { |
| 1017 | return $('#jfContent .item.x-selected').first(); |
| 1018 | }; |
| 1019 | |
| 1020 | let _getDirectNodeText = function (el) { |
| 1021 | let directText = el.children('.key,.string,.number,.bool,.null').map(function () { |
no test coverage detected