From 166f2d37e968becb4deb6a6211ce63eb111685da Mon Sep 17 00:00:00 2001
From: Nick White <git@njw.me.uk>
Date: Fri, 24 Jun 2011 18:50:44 +0100
Subject: Nice little cleanups

---
 chromium/background.html | 1 -
 1 file changed, 1 deletion(-)

(limited to 'chromium/background.html')

diff --git a/chromium/background.html b/chromium/background.html
index 7850bd2..ce0042e 100644
--- a/chromium/background.html
+++ b/chromium/background.html
@@ -4,7 +4,6 @@
 		sendResponse({});
 	};
 
-	/* called on page load if viable */
 	chrome.extension.onRequest.addListener(onRequest);
 
 	chrome.pageAction.onClicked.addListener(function(tab) {
-- 
cgit v1.2.3