(e)
| 55 | } |
| 56 | |
| 57 | onSessionsLoaded (e) { |
| 58 | for (const session of Array.from(this.sessions.models)) { |
| 59 | this.levelStatusMap[session.get('levelID')] = __guard__(session.get('state'), x => x.complete) ? 'complete' : 'started' |
| 60 | } |
| 61 | return this.render() |
| 62 | } |
| 63 | |
| 64 | getLevelPlayCounts () { |
| 65 | const success = levelPlayCounts => { |