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

Method afterRender

app/views/editor/PatchesView.js:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 afterRender () {
64 this.$el.find(`.${this.status}`).addClass('active')
65 return super.afterRender()
66 }
67
68 onStatusButtonsChanged (e) {
69 this.status = $(e.target).val()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected