(event)
| 128 | } |
| 129 | |
| 130 | onClickScreenThumbnail (event) { |
| 131 | if (!__guard__($('#screenshot-lightbox').data('bs.modal'), x => x.isShown)) { |
| 132 | event.preventDefault() |
| 133 | // Modal opening happens automatically from bootstrap |
| 134 | return $('#screenshot-carousel').carousel($(event.currentTarget).data('index')) |
| 135 | } |
| 136 | } |
| 137 | } |
| 138 | AboutView.initClass() |
| 139 | return AboutView |