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

Method buildValueForDisplay

app/core/treema-ext.js:72–74  ·  view source on GitHub ↗
(valEl, data)

Source from the content-addressed store, hash-verified

70 }
71
72 buildValueForDisplay (valEl, data) {
73 return this.buildValueForDisplaySimply(valEl, `${data.major}.${data.minor}`)
74 }
75}
76VersionTreema.initClass()
77

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected