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

Method afterRender

app/views/editor/course/CourseEditView.js:85–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 afterRender () {
86 super.afterRender()
87 if (!this.supermodel.finished()) { return }
88 if (me.get('anonymous')) { this.showReadOnly() }
89 this.patchesView = this.insertSubView(new PatchesView(this.course), this.$el.find('.patches-view'))
90 return this.patchesView.load()
91 }
92
93 onPopulateI18N () {
94 return this.course.populateI18N()

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected