(records)
| 27146 | } |
| 27147 | } |
| 27148 | function clearStylesInternal(records) { |
| 27149 | records.forEach(function(styleRecord) { |
| 27150 | var styleElement = styleRecord && styleRecord.styleElement; |
| 27151 | if (styleElement && styleElement.parentElement) styleElement.parentElement.removeChild(styleElement); |
| 27152 | }); |
| 27153 | } |
| 27154 | /** |
| 27155 | * Reloads styles. |
| 27156 | */ function reloadStyles() { |