diff options
| author | Stephen Blott | 2014-12-28 17:26:44 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-12-28 17:26:44 +0000 | 
| commit | 5c750bb10104aeef8fff6131e24b2889619c3ab7 (patch) | |
| tree | b5ab3e217f0e4e7ecbc4294b9538b14dc441c3f9 | |
| parent | da28e31c467ee2283a2e56baad764e73a8fc8b19 (diff) | |
| download | vimium-5c750bb10104aeef8fff6131e24b2889619c3ab7.tar.bz2 | |
Consistent treatment of search terms; update comment..
| -rw-r--r-- | lib/utils.coffee | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/utils.coffee b/lib/utils.coffee index f31370f8..1bedb3d1 100644 --- a/lib/utils.coffee +++ b/lib/utils.coffee @@ -96,8 +96,8 @@ Utils =    # Creates a search URL from the given :query.    createSearchUrl: (query) -> -    # it would be better to pull the default search engine from chrome itself, -    # but it is not clear if/how that is possible +    # It would be better to pull the default search engine from chrome itself.  However, unfortunately chrome +    # does not provide an API for doing so.      Settings.get("searchUrl") + @createSearchQuery query    # Converts :string into a Google search if it's not already a URL. We don't bother with escaping characters | 
