diff options
| author | Stephen Blott | 2015-09-11 16:56:26 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-09-11 16:56:26 +0100 | 
| commit | d53e0a2f09f704c8006e04123f453e930232d79e (patch) | |
| tree | 8898401d43c8e6988a22ba17193906f2b26da38a /lib/utils.coffee | |
| parent | f68a558d0a027bcb38b863619eeec94f9034be3b (diff) | |
| download | vimium-d53e0a2f09f704c8006e04123f453e930232d79e.tar.bz2 | |
Tweak comment from #1813.
Diffstat (limited to 'lib/utils.coffee')
| -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 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 | 
