($noty)
| 213 | { |
| 214 | text: 'Yes', |
| 215 | onClick ($noty) { |
| 216 | $noty.close() |
| 217 | return mergeLogin(gplusAttrs) |
| 218 | }, |
| 219 | }, { text: 'No', onClick ($noty) { return $noty.close() } }], |
| 220 | }) |
| 221 | } else { |
nothing calls this directly
no outgoing calls
no test coverage detected