()
| 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 |
nothing calls this directly
no test coverage detected