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

Method afterRender

app/views/editor/poll/PollEditView.js:98–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 afterRender () {
99 super.afterRender()
100 if (!this.supermodel.finished()) { return }
101 this.pushChangesToPreview()
102 this.patchesView = this.insertSubView(new PatchesView(this.poll), this.$el.find('.patches-view'))
103 return this.patchesView.load()
104 }
105
106 pushChangesToPreview () {
107 if (!this.treema) { return }

Callers

nothing calls this directly

Calls 2

pushChangesToPreviewMethod · 0.95
loadMethod · 0.45

Tested by

no test coverage detected