mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
#423: code review
This commit is contained in:
parent
6fc7f96a48
commit
0cdc703f13
1 changed files with 4 additions and 4 deletions
|
|
@ -34,13 +34,13 @@
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
// Because Safari
|
||||
if ( vAPI.canExecuteContentScript() !== true ) {
|
||||
// Because in case
|
||||
if ( !vAPI ) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Because in case
|
||||
if ( !vAPI ) {
|
||||
// Because Safari
|
||||
if ( vAPI.canExecuteContentScript() !== true ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue