(resource, jqxhr)
| 207 | } |
| 208 | |
| 209 | onFail (resource, jqxhr) { |
| 210 | if (this.destroyed) { return } |
| 211 | return this.trigger('error', this, jqxhr) |
| 212 | } |
| 213 | |
| 214 | inTopSimulators () { |
| 215 | let needle |
nothing calls this directly
no outgoing calls
no test coverage detected