MCPcopy Create free account
hub / github.com/codecombat/codecombat / onConnectGPlus

Method onConnectGPlus

app/views/ladder/LadderTabView.js:178–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 // GOOGLE PLUS
177
178 onConnectGPlus () {
179 this.connecting = true
180 this.listenToOnce(application.gplusHandler, 'logged-in', this.onConnectedWithGPlus)
181 return application.gplusHandler.reauthorize()
182 }
183
184 onConnectedWithGPlus () { if (this.connecting) { return location.reload() } }
185

Callers

nothing calls this directly

Calls 1

reauthorizeMethod · 0.80

Tested by

no test coverage detected