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

Method constructor

app/core/treema-ext.js:836–840  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

834
835class TaskTreema extends TreemaNode.nodeMap.string {
836 constructor (...args) {
837 super(...args)
838 this.onTaskChanged = this.onTaskChanged.bind(this)
839 this.onEditInputBlur = this.onEditInputBlur.bind(this)
840 }
841
842 buildValueForDisplay (valEl) {
843 this.taskCheckbox = $('<input type="checkbox">').prop('checked', this.data.complete)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected