(friends)
| 194 | } |
| 195 | |
| 196 | gplusFriendsLoaded (friends) { |
| 197 | this.gplusData = friends.items |
| 198 | this.loadGPlusFriendSessions() |
| 199 | return this.gpFriendRes.markLoaded() |
| 200 | } |
| 201 | |
| 202 | loadGPlusFriendSessions () { |
| 203 | const levelFrag = `${this.level.get('original')}.${this.level.get('version').major}` |
nothing calls this directly
no test coverage detected