mirror of https://github.com/gorhill/uBlock.git
#423: code review
This commit is contained in:
parent
6fc7f96a48
commit
0cdc703f13
|
@ -34,13 +34,13 @@
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
// Because Safari
|
// Because in case
|
||||||
if ( vAPI.canExecuteContentScript() !== true ) {
|
if ( !vAPI ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Because in case
|
// Because Safari
|
||||||
if ( !vAPI ) {
|
if ( vAPI.canExecuteContentScript() !== true ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue