mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Update items to equal an array
This commit is contained in:
@@ -224,7 +224,7 @@ class CommandPaletteView extends SelectListView
|
||||
attach: ->
|
||||
@storeFocusedElement()
|
||||
|
||||
items = # build items
|
||||
items = [] # TODO: build items
|
||||
@setItems(items)
|
||||
|
||||
atom.workspaceView.append(this)
|
||||
|
||||
Reference in New Issue
Block a user