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

Method onClickReloadCode

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

Source from the content-addressed store, hash-verified

58 }
59
60 onClickReloadCode (e) {
61 if (e.shiftKey) {
62 return Backbone.Mediator.publish('level:restart', {})
63 } else {
64 return this.openModalView(new ReloadLevelModal())
65 }
66 }
67
68 onClickBeautifyCode (e) {
69 return Backbone.Mediator.publish('tome:spell-beautify', {})

Callers

nothing calls this directly

Calls 1

publishMethod · 0.80

Tested by

no test coverage detected