(styles)
| 27167 | } |
| 27168 | } |
| 27169 | function detokenize(styles) { |
| 27170 | if (styles) styles = resolveThemableArray(splitStyles(styles)).styleString; |
| 27171 | return styles; |
| 27172 | } |
| 27173 | /** |
| 27174 | * Resolves ThemingInstruction objects in an array and joins the result into a string. |
| 27175 | * @param {ThemableArray} splitStyleArray ThemableArray to resolve and join. |
nothing calls this directly
no test coverage detected