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

Method f

app/core/treema-ext.js:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 return this.instance = createjs.Sound.play(this.src)
313 } else {
314 var f = event => {
315 if (event.src === this.src) { this.instance = createjs.Sound.play(event.src) }
316 return createjs.Sound.removeEventListener('fileload', f)
317 }
318 return createjs.Sound.addEventListener('fileload', f)
319 }
320 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected