mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Merge branch 'master' of https://github.com/codecombat/codecombat
This commit is contained in:
commit
76ec738213
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ module.exports = class TomeView extends View
|
|||
@spellPaletteView.toggleControls {}, spell.view.controlsEnabled # TODO: know when palette should have been disabled but didn't exist
|
||||
|
||||
reloadAllCode: ->
|
||||
spell.view.reloadCode false for spellKey, spell of @spells
|
||||
spell.view.reloadCode false for spellKey, spell of @spells when spell.team is me.team
|
||||
Backbone.Mediator.publish 'tome:cast-spells', spells: @spells
|
||||
|
||||
destroy: ->
|
||||
|
|
Loading…
Add table
Reference in a new issue