(e)
| 372 | } |
| 373 | |
| 374 | onClickPlayButton (e) { |
| 375 | return this.showPlayModal($(e.target).closest('.play-button').data('team')) |
| 376 | } |
| 377 | |
| 378 | onClickPublishButton (e) { |
| 379 | if (!this.tournamentId || (this.tournamentState !== 'waiting') || (me.get('_id') !== (this.league != null ? this.league.get('ownerID') : undefined))) { return } |
nothing calls this directly
no test coverage detected