mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
typos
This commit is contained in:
parent
bc83836a7b
commit
c5b7f3c0b5
@ -36,13 +36,13 @@
|
|||||||
|
|
||||||
// https://github.com/gorhill/uBlock/issues/464
|
// https://github.com/gorhill/uBlock/issues/464
|
||||||
if ( document instanceof HTMLDocument === false ) {
|
if ( document instanceof HTMLDocument === false ) {
|
||||||
//console.debug('contentscript-start.js > not a HTLMDocument');
|
//console.debug('subscriber.js > not a HTLMDocument');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Because in case
|
// Because in case
|
||||||
if ( !vAPI ) {
|
if ( !vAPI ) {
|
||||||
//console.debug('contentscript-start.js > vAPI not found');
|
//console.debug('subscriber.js > vAPI not found');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user