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

Method constructor

app/views/ChinaBridgeView.js:19–22  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

17module.exports = (ContactGEEKView = (function () {
18 ContactGEEKView = class ContactGEEKView extends RootView {
19 constructor (...args) {
20 super(...args)
21 this.goRedirect = this.goRedirect.bind(this)
22 }
23
24 static initClass () {
25 this.prototype.id = 'contact-geek-view'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected