1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

Minor code review

This commit is contained in:
Raymond Hill 2024-02-15 10:05:10 -05:00
parent 84481fcd98
commit 4832821715
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -3706,7 +3706,7 @@ function setCookie(
value,
'',
path,
safeSelf().getExtraArgs(Array.from(arguments), 3)
safe.getExtraArgs(Array.from(arguments), 3)
);
if ( done ) {