(e)
| 368 | } |
| 369 | |
| 370 | onIdleChanged (e) { |
| 371 | if (!e.idle) { return this.fetchSessionsAndRefreshViews() } |
| 372 | } |
| 373 | |
| 374 | onClickPlayButton (e) { |
| 375 | return this.showPlayModal($(e.target).closest('.play-button').data('team')) |
nothing calls this directly
no test coverage detected