diff options
Diffstat (limited to 'lib/utils.coffee')
| -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 | 
