aboutsummaryrefslogtreecommitdiffstats
path: root/lib/utils.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils.coffee')
-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