Hiding spell tab hover docs for plan().

This commit is contained in:
Nick Winter 2014-09-23 18:32:07 -07:00
parent 7b15ecfab2
commit e493855578

View file

@ -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