(e)
| 91 | } |
| 92 | |
| 93 | onClickImageGallery (e) { |
| 94 | this.openModalView(new ImageGalleryModal()) |
| 95 | } |
| 96 | |
| 97 | onClickToggleSolution (e) { |
| 98 | Backbone.Mediator.publish('level:toggle-solution', {}) |
nothing calls this directly
no outgoing calls
no test coverage detected