diff options
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index cd1da3e8..102583c4 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -4,7 +4,7 @@  # background page that we're in domReady and ready to accept normal commands by connectiong to a port named  # "domReady".  # -getCurrentUrlHandlers = []; # function(url) +getCurrentUrlHandlers = [] # function(url)  insertModeLock = null  findMode = false  | 
