aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2012-06-12 21:58:41 -0700
committerPhil Crosby2012-06-12 22:00:35 -0700
commit38bb8e5850e2352266c84b2ed9db39e04ca1e694 (patch)
tree2f46f0a0ab3dcfa12ca97798f7b1ee88be623824
parentf22f2a92a225f5e40919cf50b9d15e8dd825b539 (diff)
downloadvimium-38bb8e5850e2352266c84b2ed9db39e04ca1e694.tar.bz2
Remove semicolon
-rw-r--r--content_scripts/vimium_frontend.coffee2
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