mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-24 19:59:53 -04: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
|
if programmableThangs.length
|
||||||
@createSpells programmableThangs # Do before spellList, thangList, and castButton
|
@createSpells programmableThangs # Do before spellList, thangList, and castButton
|
||||||
#@spellList = @insertSubView new SpellListView spells: @spells, supermodel: @supermodel
|
@spellList = @insertSubView new SpellListView spells: @spells, supermodel: @supermodel
|
||||||
#@thangList = @insertSubView new ThangListView spells: @spells, thangs: @options.thangs, supermodel: @supermodel
|
@thangList = @insertSubView new ThangListView spells: @spells, thangs: @options.thangs, supermodel: @supermodel
|
||||||
#@castButton = @insertSubView new CastButtonView spells: @spells
|
@castButton = @insertSubView new CastButtonView spells: @spells
|
||||||
else
|
else
|
||||||
@cast()
|
@cast()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue