diff options
| author | Stephen Blott | 2015-05-06 05:18:59 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-06 05:46:20 +0100 |
| commit | 1f97221aef5cfe28200df81a68a139a3f2b07784 (patch) | |
| tree | 62b6031f5d384d69d353976b6eb5e3a246c4fd81 /background_scripts/completion.coffee | |
| parent | 7d11b1699454366bf99e8e5033ba39b127687fcb (diff) | |
| download | vimium-1f97221aef5cfe28200df81a68a139a3f2b07784.tar.bz2 | |
Search completion; move all filter messages to a single port.
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 |
