(msg)
| 115 | } |
| 116 | |
| 117 | errorMessage(msg) { |
| 118 | if (msg) { |
| 119 | msg = this._('error') + ": " + msg; |
| 120 | } else { |
| 121 | msg = this._('error'); |
| 122 | } |
| 123 | this._updateMessage(msg); |
| 124 | } |
| 125 | |
| 126 | updateMediaDisplay(layout) { |
| 127 | if (this._state.loaded && !this.options.background) { |
nothing calls this directly
no test coverage detected