(error)
| 232 | /* Events |
| 233 | ================================================== */ |
| 234 | onLoaded(error) { |
| 235 | this._state.loaded = true; |
| 236 | this.fire("loaded", this.data); |
| 237 | if (this.message) { |
| 238 | this.message.hide(); |
| 239 | } |
| 240 | if (!(error || this.options.background)) { |
| 241 | this.showMeta(); |
| 242 | } |
| 243 | this.updateDisplay(); |
| 244 | } |
| 245 | |
| 246 | onMediaLoaded(e) { |
| 247 | this._state.media_loaded = true; |
no test coverage detected