mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Minor code review
This commit is contained in:
parent
84481fcd98
commit
4832821715
1 changed files with 1 additions and 1 deletions
|
|
@ -3706,7 +3706,7 @@ function setCookie(
|
|||
value,
|
||||
'',
|
||||
path,
|
||||
safeSelf().getExtraArgs(Array.from(arguments), 3)
|
||||
safe.getExtraArgs(Array.from(arguments), 3)
|
||||
);
|
||||
|
||||
if ( done ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue