From fb2cb5c41caa82dcfebf496f83f3e423541471e7 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Wed, 17 Dec 2014 21:33:53 +0100 Subject: [PATCH] Add license headers, plus some code styling --- platform/firefox/vapi-background.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 25151cf..a357cd3 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1,6 +1,6 @@ /******************************************************************************* - µBlock - a Chromium browser extension to block requests. + µBlock - a browser extension to block requests. Copyright (C) 2014 The µBlock authors This program is free software: you can redistribute it and/or modify @@ -56,6 +56,7 @@ vAPI.app.restart = function() {}; /******************************************************************************/ // list of things that needs to be destroyed when disabling the extension +// only functions should be added to it vAPI.unload = [];