| 1 | chrome.devtools.panels.elements.createSidebarPane('Style Macros', sidebar => { |
| 2 | sidebar.setObject({}); |
| 3 | |
| 4 | // Helper function to log to both DevTools-for-DevTools console and inspected page console |
nothing calls this directly
no test coverage detected