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

Method onClickImageGallery

app/views/play/menu/MyCodeView.js:93–95  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

91 }
92
93 onClickImageGallery (e) {
94 this.openModalView(new ImageGalleryModal())
95 }
96
97 onClickToggleSolution (e) {
98 Backbone.Mediator.publish('level:toggle-solution', {})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected