MCPcopy Create free account
hub / github.com/codecombat/codecombat / onClickScreenThumbnail

Method onClickScreenThumbnail

app/views/AboutView.js:130–136  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

dataMethod · 0.80
__guard__Function · 0.70

Tested by

no test coverage detected