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

Method constructor

app/views/admin/CodeLogsView.js:23–26  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

21module.exports = (CodeLogsView = (function () {
22 CodeLogsView = class CodeLogsView extends RootView {
23 constructor (...args) {
24 super(...args)
25 this.onBlurTooltip = this.onBlurTooltip.bind(this)
26 }
27
28 static initClass () {
29 this.prototype.template = template

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected