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

Method onEscapePressed

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

Source from the content-addressed store, hash-verified

121 }
122
123 onEscapePressed (event) {
124 if (__guard__($('#screenshot-lightbox').data('bs.modal'), x => x.isShown)) {
125 event.preventDefault()
126 return $('#screenshot-lightbox').modal('hide')
127 }
128 }
129
130 onClickScreenThumbnail (event) {
131 if (!__guard__($('#screenshot-lightbox').data('bs.modal'), x => x.isShown)) {

Callers

nothing calls this directly

Calls 2

dataMethod · 0.80
__guard__Function · 0.70

Tested by

no test coverage detected