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

Method initClass

app/core/social-handlers/GPlusHandler.js:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21module.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()

Callers 1

GPlusHandler.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected