(text)
| 83 | } |
| 84 | |
| 85 | function createStyle(text) { |
| 86 | let style = document.createElement('style'); |
| 87 | style.type = 'text/css'; |
| 88 | style.innerHTML = text |
| 89 | document.head.appendChild(style); |
| 90 | } |
| 91 | |
| 92 | (function () { |
| 93 | let text = []; |
no outgoing calls
no test coverage detected
searching dependent graphs…