aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorStephen Blott2015-09-11 16:56:26 +0100
committerStephen Blott2015-09-11 16:56:26 +0100
commitd53e0a2f09f704c8006e04123f453e930232d79e (patch)
tree8898401d43c8e6988a22ba17193906f2b26da38a /lib
parentf68a558d0a027bcb38b863619eeec94f9034be3b (diff)
downloadvimium-d53e0a2f09f704c8006e04123f453e930232d79e.tar.bz2
Tweak comment from #1813.
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 54cb38d2..350b11a5 100644
--- a/lib/utils.coffee
+++ b/lib/utils.coffee
@@ -144,7 +144,7 @@ Utils =
if Utils.hasChromePrefix string
string
else if Utils.hasJavascriptPrefix string
- # In Chrome versions older than 46.0.2467.2, encoded javascript URIs weren't handled correctly by.
+ # In Chrome versions older than 46.0.2467.2, encoded javascript URIs weren't handled correctly.
if Utils.haveChromeVersion "46.0.2467.2" then string else Utils.decodeURIByParts string
else if Utils.isUrl string
Utils.createFullUrl string