mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Hotfix for previous commit, forgot to uncommit some stuff
This commit is contained in:
parent
926b31f62f
commit
b557c43f60
1 changed files with 3 additions and 3 deletions
|
@ -58,9 +58,9 @@ module.exports = class TomeView extends View
|
|||
|
||||
if programmableThangs.length
|
||||
@createSpells programmableThangs # Do before spellList, thangList, and castButton
|
||||
#@spellList = @insertSubView new SpellListView spells: @spells, supermodel: @supermodel
|
||||
#@thangList = @insertSubView new ThangListView spells: @spells, thangs: @options.thangs, supermodel: @supermodel
|
||||
#@castButton = @insertSubView new CastButtonView spells: @spells
|
||||
@spellList = @insertSubView new SpellListView spells: @spells, supermodel: @supermodel
|
||||
@thangList = @insertSubView new ThangListView spells: @spells, thangs: @options.thangs, supermodel: @supermodel
|
||||
@castButton = @insertSubView new CastButtonView spells: @spells
|
||||
else
|
||||
@cast()
|
||||
|
||||
|
|
Loading…
Reference in a new issue