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

Method constructor

app/core/treema-ext.js:356–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

354 }
355
356 constructor () {
357 super(...arguments)
358 this.onFileChosen = this.onFileChosen.bind(this)
359 this.onFileUploaded = this.onFileUploaded.bind(this)
360 initializeFilePicker()
361 }
362
363 onClick (e) {
364 if ($(e.target).closest('.btn').length) { return }

Callers

nothing calls this directly

Calls 1

initializeFilePickerFunction · 0.70

Tested by

no test coverage detected