From 38bb8e5850e2352266c84b2ed9db39e04ca1e694 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Tue, 12 Jun 2012 21:58:41 -0700 Subject: Remove semicolon --- content_scripts/vimium_frontend.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content_scripts') 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 -- cgit v1.2.3