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

Method initClass

app/views/account/IsraelSignupView.js:29–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27module.exports = (IsraelSignupView = (function () {
28 IsraelSignupView = class IsraelSignupView extends RootView {
29 static initClass () {
30 this.prototype.id = 'israel-signup-view'
31 this.prototype.template = template
32
33 this.prototype.events = {
34 'submit form': 'onSubmitForm',
35 'input input[name="name"]': 'onChangeName',
36 'input input[name="password"]': 'onChangePassword'
37 }
38 }
39
40 initialize () {
41 this.state = new State({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected