()
| 49 | } |
| 50 | |
| 51 | onLoaded () { |
| 52 | let needle |
| 53 | super.onLoaded() |
| 54 | this.autoSimulates = (utils.getQueryVariable('simulate') !== false) && (needle = this.options.level.get('slug'), !['ace-of-coders', 'zero-sum'].includes(needle)) |
| 55 | if (!this.simulator && ((document.location.hash === '#simulate') || this.autoSimulates)) { |
| 56 | return this.startSimulating() |
| 57 | } |
| 58 | } |
| 59 | |
| 60 | afterRender () { |
| 61 | return super.afterRender() |
nothing calls this directly
no test coverage detected