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

Method onClick

app/core/treema-ext.js:223–226  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

221 }
222
223 onClick (e) {
224 if ($(e.target).closest('.btn').length) { return }
225 return super.onClick(...arguments)
226 }
227
228 getFiles () {
229 return (this.settings[this.soundCollection] != null ? this.settings[this.soundCollection].models : undefined) || []

Callers 2

onClickMethod · 0.45
onClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected