diff options
Diffstat (limited to 'background_scripts/completion_search.coffee')
| -rw-r--r-- | background_scripts/completion_search.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/completion_search.coffee b/background_scripts/completion_search.coffee index 7926b45b..52206c78 100644 --- a/background_scripts/completion_search.coffee +++ b/background_scripts/completion_search.coffee @@ -2,7 +2,7 @@ # This is a wrapper class for completion engines. It handles the case where a custom search engine includes a # prefix query term (or terms). For example: # -# http://www.google.com/search?q=javascript+%s +# https://www.google.com/search?q=javascript+%s # # In this case, we get better suggestions if we include the term "javascript" in queries sent to the # completion engine. This wrapper handles adding such prefixes to completion-engine queries and removing them |
