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

Method constructor

app/views/admin/MaintenanceModal.js:21–26  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

19 }
20
21 constructor (options) {
22 super(options)
23 this.propsData = {
24 hide: () => this.hide()
25 }
26 }
27
28 destroy () {
29 if (typeof this.onDestroy === 'function') {

Callers

nothing calls this directly

Calls 1

hideMethod · 0.45

Tested by

no test coverage detected