| 887 | }); |
| 888 | |
| 889 | let savePanelOptions = params => { |
| 890 | chrome.runtime.sendMessage({ |
| 891 | type: 'fh-dynamic-any-thing', |
| 892 | thing: 'save-jsonformat-options', |
| 893 | params: params |
| 894 | }); |
| 895 | }; |
| 896 | |
| 897 | let applyPanelOptions = (params, opts = {}) => { |
| 898 | Object.keys(params).forEach(key => formatOptions[key] = params[key]); |
no outgoing calls
no test coverage detected