mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
removed useless return value
This commit is contained in:
parent
d3f741f8fd
commit
5e2b694197
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
// https://github.com/chrisaljoudi/uBlock/issues/464
|
||||
if ( document instanceof HTMLDocument === false ) {
|
||||
//console.debug('contentscript-start.js > not a HTLMDocument');
|
||||
return false;
|
||||
return;
|
||||
}
|
||||
|
||||
// This can happen
|
||||
|
|
|
|||
Loading…
Reference in a new issue