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

Method initialize

app/views/ChinaBridgeView.js:34–40  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

32 }
33
34 initialize (options) {
35 super.initialize(options)
36 this.history = this.getRedirect()
37 if (this.history) {
38 return setTimeout(this.goRedirect, 5000)
39 }
40 }
41
42 goRedirect (value) {
43 const redirectURL = utils.getQueryVariable('redirect')

Callers

nothing calls this directly

Calls 1

getRedirectMethod · 0.95

Tested by

no test coverage detected