diff options
Diffstat (limited to 'background_scripts/completion.coffee')
| -rw-r--r-- | background_scripts/completion.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index c91825b5..8a69b645 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -331,7 +331,7 @@ class SearchEngineCompleter searchEngines: {} userIsTyping: -> - SearchEngines.userIsTyping() + CompletionEngines.userIsTyping() filter: (queryTerms, onComplete) -> { keyword: keyword, url: url, description: description } = @getSearchEngineMatches queryTerms |
