diff options
author | Nick White <git@njw.me.uk> | 2011-06-24 18:50:44 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-06-24 18:50:44 +0100 |
commit | 166f2d37e968becb4deb6a6211ce63eb111685da (patch) | |
tree | 7acea2f30be68db4240eacfa2a680b0ea9af7694 /chromium | |
parent | 46b278a007fdc87b9337015ad7208c257d0fdff1 (diff) |
Nice little cleanups
Diffstat (limited to 'chromium')
-rw-r--r-- | chromium/background.html | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |