diff options
| author | Stephen Blott | 2015-05-17 11:34:37 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-17 11:34:37 +0100 | 
| commit | 222d3dd6491bca8f152382fb84e2d43c499b8951 (patch) | |
| tree | 05a9b50e9934f166a3e83af5563149d76de729d8 /lib | |
| parent | 0c7668d6cc46cf24081b6b64ece27faef6667dea (diff) | |
| download | vimium-222d3dd6491bca8f152382fb84e2d43c499b8951.tar.bz2 | |
TabToOpen: more tidy up pre-PR.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/utils.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/utils.coffee b/lib/utils.coffee index 724250e0..63b8ba0e 100644 --- a/lib/utils.coffee +++ b/lib/utils.coffee @@ -114,7 +114,7 @@ Utils =      searchUrl += "%s" unless 0 <= searchUrl.indexOf "%s"      searchUrl.replace /%s/g, @createSearchQuery query -  # Extract a query from url if it appears to be a URL created generated from the given search URL. +  # Extract a query from url if it appears to be a URL created from the given search URL.    # For example, map "https://www.google.ie/search?q=star+wars&foo&bar" to "star wars".    extractQuery: do =>      queryTerminator = new RegExp "[?&#/]" | 
