mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Hiding spell tab hover docs for plan().
This commit is contained in:
parent
7b15ecfab2
commit
e493855578
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ module.exports = class SpellListTabEntryView extends SpellListEntryView
|
|||
@avatar.render()
|
||||
|
||||
buildDocs: ->
|
||||
return if @spell.name is 'plan' # Too confusing for beginners
|
||||
@docsBuilt = true
|
||||
lcs = @supermodel.getModels LevelComponent
|
||||
found = false
|
||||
|
|
Loading…
Reference in a new issue