()
| 201 | } |
| 202 | |
| 203 | onLoad () { |
| 204 | if (this.destroyed) { return } |
| 205 | this.loaded = true |
| 206 | return this.trigger('sync', this) |
| 207 | } |
| 208 | |
| 209 | onFail (resource, jqxhr) { |
| 210 | if (this.destroyed) { return } |
nothing calls this directly
no outgoing calls
no test coverage detected