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

Method onHidden

app/views/play/menu/InventoryModal.js:779–784  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

777 }
778
779 onHidden () {
780 // Called when the modal itself is dismissed
781 this.endHighlight()
782 super.onHidden()
783 return this.playSound('game-menu-close')
784 }
785
786 onClickChooseHero () {
787 this.playSound('menu-button-click')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected