(e)
| 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', {}) |