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

Method constructor

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

Source from the content-addressed store, hash-verified

16module.exports = (CLAView = (function () {
17 CLAView = class CLAView extends RootView {
18 constructor (...args) {
19 super(...args)
20 this.onAgreeSucceeded = this.onAgreeSucceeded.bind(this)
21 this.onAgreeFailed = this.onAgreeFailed.bind(this)
22 }
23
24 static initClass () {
25 this.prototype.id = 'cla-view'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected