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()
|
@avatar.render()
|
||||||
|
|
||||||
buildDocs: ->
|
buildDocs: ->
|
||||||
|
return if @spell.name is 'plan' # Too confusing for beginners
|
||||||
@docsBuilt = true
|
@docsBuilt = true
|
||||||
lcs = @supermodel.getModels LevelComponent
|
lcs = @supermodel.getModels LevelComponent
|
||||||
found = false
|
found = false
|
||||||
|
|
Reference in a new issue