()
| 173 | static i18nBundle: I18nBundle; |
| 174 | |
| 175 | onEnterDOM() { |
| 176 | if (isDesktop()) { |
| 177 | this.setAttribute("desktop", ""); |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | onBeforeRendering() { |
| 182 | this._hasIcon = this.hasIcon || !!this._semanticIconName; |
nothing calls this directly
no test coverage detected