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 | |
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')
-rw-r--r-- | js/vapi-browser.js | 4 | ||||
-rw-r--r-- | js/vapi-cookies.js | 4 | ||||
-rw-r--r-- | js/vapi-core.js | 4 | ||||
-rw-r--r-- | js/vapi-messaging.js | 4 | ||||
-rw-r--r-- | js/vapi-net.js | 4 | ||||
-rw-r--r-- | js/vapi-storage.js | 4 | ||||
-rw-r--r-- | js/vapi-tabs.js | 4 | ||||
-rw-r--r-- | js/vapi-window.js | 3 |
8 files changed, 0 insertions, 31 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'; /******************************************************************************/ diff --git a/js/vapi-cookies.js b/js/vapi-cookies.js index be989b2..500d27b 100644 --- a/js/vapi-cookies.js +++ b/js/vapi-cookies.js @@ -21,10 +21,6 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ -/* global self, Components */ - -// For background page (tabs management) - 'use strict'; /******************************************************************************/ diff --git a/js/vapi-core.js b/js/vapi-core.js index 4ab5216..419955b 100644 --- a/js/vapi-core.js +++ b/js/vapi-core.js @@ -21,10 +21,6 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ -/* global self, Components */ - -// For background page (important functions) - 'use strict'; /******************************************************************************/ diff --git a/js/vapi-messaging.js b/js/vapi-messaging.js index b00c054..e7d1985 100644 --- a/js/vapi-messaging.js +++ b/js/vapi-messaging.js @@ -21,10 +21,6 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ -/* global self, Components */ - -// For background page (tabs management) - 'use strict'; /******************************************************************************/ diff --git a/js/vapi-net.js b/js/vapi-net.js index 5c6ccaf..c1a605d 100644 --- a/js/vapi-net.js +++ b/js/vapi-net.js @@ -21,10 +21,6 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ -/* global self, Components */ - -// For background page (tabs management) - 'use strict'; /******************************************************************************/ diff --git a/js/vapi-storage.js b/js/vapi-storage.js index 768958c..75ed6ff 100644 --- a/js/vapi-storage.js +++ b/js/vapi-storage.js @@ -21,10 +21,6 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ -/* global self, Components */ - -// For background page (tabs management) - 'use strict'; /******************************************************************************/ diff --git a/js/vapi-tabs.js b/js/vapi-tabs.js index 1c56cfb..fa0fe3b 100644 --- a/js/vapi-tabs.js +++ b/js/vapi-tabs.js @@ -21,10 +21,6 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ -/* global self, Components */ - -// For background page (tabs management) - 'use strict'; /******************************************************************************/ diff --git a/js/vapi-window.js b/js/vapi-window.js index ab57e35..3a59cb9 100644 --- a/js/vapi-window.js +++ b/js/vapi-window.js @@ -21,9 +21,6 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ -/* global self, Components */ - -// For background page (windows management) 'use strict'; /******************************************************************************/ |