diff options
| -rw-r--r-- | pages/vomnibar.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/vomnibar.coffee b/pages/vomnibar.coffee index 78c954cd..0ade7f0e 100644 --- a/pages/vomnibar.coffee +++ b/pages/vomnibar.coffee @@ -51,6 +51,7 @@ class VomnibarUI setCompleter: (completer) -> @completer = completer @reset() + @update(true) setRefreshInterval: (refreshInterval) -> @refreshInterval = refreshInterval @@ -66,7 +67,6 @@ class VomnibarUI @updateTimer = null @completions = [] @selection = @initialSelectionValue - @update(true) updateSelection: -> # We have taken the option to add some global state here (previousCompletionType) to tell if a search |
