From d53e0a2f09f704c8006e04123f453e930232d79e Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 11 Sep 2015 16:56:26 +0100 Subject: Tweak comment from #1813. --- lib/utils.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils.coffee') 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 -- cgit v1.2.3