(e)
| 99 | } |
| 100 | |
| 101 | onClickFillSolution (e) { |
| 102 | if (me.canAutoFillCode()) { |
| 103 | store.dispatch('game/autoFillSolution', this.options.codeLanguage) |
| 104 | } |
| 105 | } |
| 106 | |
| 107 | onClickSwitchTeam (e) { |
| 108 | const protocol = window.location.protocol + '//' |
nothing calls this directly
no test coverage detected