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

Method initClass

app/core/treema-ext.js:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48class DateTimeTreema extends TreemaNode.nodeMap.string {
49 static initClass () {
50 this.prototype.valueClass = 'treema-date-time'
51 }
52
53 buildValueForDisplay (el, data) {
54 if (/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun)/.test(data)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected