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

Method initClass

app/views/user/EmailVerifiedView.js:16–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14module.exports = (EmailVerifiedView = (function () {
15 EmailVerifiedView = class EmailVerifiedView extends RootView {
16 static initClass () {
17 this.prototype.id = 'email-verified-view'
18 this.prototype.template = template
19
20 this.prototype.events =
21 { 'click .login-button': 'onClickLoginButton' }
22 }
23
24 constructor (options, userID, verificationCode) {
25 super(...arguments)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected