diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-06-23 13:36:44 +0200 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-06-23 13:36:44 +0200 |
commit | 194b9f768b7e8ea57217fa6cf7b501727e65b662 (patch) | |
tree | bd9d3cd319cffa615df430ed53472e9fd0971129 /js/vapi-browser.js | |
parent | 9a5c1c75f96b26041443309a8bfa977da8950c38 (diff) | |
download | ematrix-194b9f768b7e8ea57217fa6cf7b501727e65b662.tar.lz ematrix-194b9f768b7e8ea57217fa6cf7b501727e65b662.tar.xz ematrix-194b9f768b7e8ea57217fa6cf7b501727e65b662.zip |
Remove some comments
While they are technically informative, the splitting makes things
easier to follow already (somewhat) and there's not really a need to
list each global variable (there aren't many anyway.)
Diffstat (limited to 'js/vapi-browser.js')
-rw-r--r-- | js/vapi-browser.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/js/vapi-browser.js b/js/vapi-browser.js index be4a8bd..27e5e9c 100644 --- a/js/vapi-browser.js +++ b/js/vapi-browser.js @@ -21,10 +21,6 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ -/* global self, Components */ - -// For background page (tabs management) - 'use strict'; /******************************************************************************/ |