1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

removed useless return value

This commit is contained in:
gorhill 2015-07-11 12:17:58 -04:00
parent d3f741f8fd
commit 5e2b694197

View File

@ -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