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

Class

app/core/treema-ext.js:534–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534class InternationalizationNode extends TreemaNode.nodeMap.object {
535 findLanguageName (languageCode) {
536 // to get around mongoose empty object bug, there's a prop in the object which needs to be ignored
537 if (languageCode === '-') { return '' }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected