* Reset tutorial progress
()
| 99 | * Reset tutorial progress |
| 100 | */ |
| 101 | reset() { |
| 102 | this.currentStep = 0; |
| 103 | this.completed = false; |
| 104 | this.saveProgress(); |
| 105 | this.emit('reset'); |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * Get current step index |
nothing calls this directly
no test coverage detected