mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
generic popover-list class
This commit is contained in:
@@ -8,7 +8,7 @@ class AutocompleteView extends SelectList
|
||||
rootView.eachEditor (editor) ->
|
||||
new AutocompleteView(editor) if editor.attached and not editor.mini
|
||||
|
||||
@viewClass: -> "autocomplete #{super}"
|
||||
@viewClass: -> "autocomplete #{super} popover-list"
|
||||
|
||||
editor: null
|
||||
currentBuffer: null
|
||||
|
||||
Reference in New Issue
Block a user