Fixed the spell list tab entry view popover to not popover when using the dropdown.

This commit is contained in:
Scott Erickson 2014-02-14 16:08:01 -08:00
parent a25b1be916
commit 597ace25cc

View file

@ -61,7 +61,7 @@ module.exports = class SpellListTabEntryView extends SpellListEntryView
return unless found return unless found
doc.owner = 'this' doc.owner = 'this'
doc.shortName = doc.shorterName = doc.title = "this.#{doc.name}();" doc.shortName = doc.shorterName = doc.title = "this.#{doc.name}();"
@$el.popover( @$el.find('code').popover(
animation: true animation: true
html: true html: true
placement: 'bottom' placement: 'bottom'