()
| 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') |
nothing calls this directly
no outgoing calls
no test coverage detected