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

Method afterRender

app/views/common/EditView.js:68–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 afterRender () {
69 super.afterRender()
70 if (!this.supermodel.finished()) { return }
71 if (me.get('anonymous')) { this.showReadOnly() }
72 this.patchesView = this.insertSubView(new PatchesView(this.resource), this.$el.find('.patches-view'))
73 return this.patchesView.load()
74 }
75
76 onPopulateI18N () {
77 return this.resource.populateI18N()

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected