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

Method afterRender

app/views/admin/OutcomesReportView.js:22–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 afterRender () {
23 if (this.vueComponent != null) {
24 this.vueComponent.$destroy()
25 }
26 this.vueComponent = new OutcomesReportComponent({
27 data: { parentView: this },
28 el: this.$el.find('#site-content-area')[0],
29 store: this.store
30 })
31 return super.afterRender(...arguments)
32 }
33 }
34 OutcomesReportView.initClass()
35 return OutcomesReportView

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected