From 6d0e3a0f019e85fd76a92cb015ffcfb0d44a4e07 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 10 May 2015 22:01:39 +0100 Subject: Search completion; alternative vomnibar completion. --- background_scripts/completion.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index e09d01ef..018740c0 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -466,7 +466,7 @@ class SearchEngineCompleter insertText: suggestion highlightTerms: false selectCommonMatches: true - custonSearchEngineCompletionSuggestion: true + customSearchEngineCompletionSuggestion: true # If we have cached suggestions, then we can bundle them immediately (otherwise we'll have to fetch them # asynchronously). -- cgit v1.2.3