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

Method onLoaded

app/views/editor/chat/ChatEditView.js:52–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 onLoaded () {
53 super.onLoaded()
54 this.buildTreema()
55 return this.listenTo(this.chat, 'change', () => {
56 this.chat.updateI18NCoverage()
57 return this.treema.set('/', this.chat.attributes)
58 })
59 }
60
61 buildTreema () {
62 if ((this.treema != null) || (!this.chat.loaded)) { return }

Callers

nothing calls this directly

Calls 3

buildTreemaMethod · 0.95
updateI18NCoverageMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected