mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Minor code review
This commit is contained in:
parent
be8b6238d3
commit
05f7a7b8c3
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ async function getConfigData() {
|
|||
dnr.getEnabledRulesets(),
|
||||
sendMessage({ what: 'getDefaultFilteringMode' }),
|
||||
]);
|
||||
let browser = (( ) => {
|
||||
const browser = (( ) => {
|
||||
const extURL = runtime.getURL('');
|
||||
let agent = '';
|
||||
if ( extURL.startsWith('moz-extension:') ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue