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

Method initClass

app/views/admin/CodeLogsView.js:28–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 static initClass () {
29 this.prototype.template = template
30 this.prototype.id = 'codelogs-view'
31 this.prototype.tooltip = null
32 this.prototype.events = {
33 'click .playback': 'onClickPlayback',
34 'input #userid-search': 'onUserIDInput',
35 'input #levelslug-search': 'onLevelSlugInput'
36 }
37 }
38
39 initialize () {
40 // @spade = new Spade()

Callers 1

CodeLogsView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected