()
| 21 | module.exports = (GPlusHandler = (GPlusHandler = (function () { |
| 22 | GPlusHandler = class GPlusHandler extends CocoClass { |
| 23 | static initClass () { |
| 24 | this.prototype.startedLoading = false |
| 25 | this.prototype.apiLoaded = false |
| 26 | this.prototype.connected = false |
| 27 | this.prototype.person = null |
| 28 | } |
| 29 | |
| 30 | constructor () { |
| 31 | super() |