aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorStephen Blott2015-05-17 11:30:30 +0100
committerStephen Blott2015-05-17 11:30:30 +0100
commit0c7668d6cc46cf24081b6b64ece27faef6667dea (patch)
tree61f17b652f66084c10b9b748107231fbc5c91d44 /lib
parent913806699a2cc66aea4489137a84189e01afd9da (diff)
downloadvimium-0c7668d6cc46cf24081b6b64ece27faef6667dea.tar.bz2
TabToOpen: tidy up pre-PR.
Diffstat (limited to 'lib')
-rw-r--r--lib/utils.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.coffee b/lib/utils.coffee
index cd466b9b..724250e0 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 by createSearchQuery.
+ # Extract a query from url if it appears to be a URL created generated 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 "[?&#/]"