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

Method constructor

app/views/play/level/AskAIHelpView.js:5–8  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

3
4class AskAIHelpView extends ModalComponent {
5 constructor (options = {}) {
6 super(options)
7 this.propsData = options.propsData
8 }
9
10 afterRender () {
11 super.afterRender()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected