()
| 215 | |
| 216 | onLevelStarted (e) { |
| 217 | const go = () => { |
| 218 | if (this.loadingView != null) { |
| 219 | this.loadingView.startUnveiling() |
| 220 | } |
| 221 | return (this.loadingView != null ? this.loadingView.unveil(true) : undefined) |
| 222 | } |
| 223 | return _.delay(go, 1000) |
| 224 | } |
| 225 |
no outgoing calls
no test coverage detected