Skip to content

Commit

Permalink
Minor code review
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Feb 15, 2024
1 parent 84481fc commit 4832821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/resources/scriptlets.js
Original file line number Diff line number Diff line change
Expand Up @@ -3706,7 +3706,7 @@ function setCookie(
value,
'',
path,
safeSelf().getExtraArgs(Array.from(arguments), 3)
safe.getExtraArgs(Array.from(arguments), 3)
);

if ( done ) {
Expand Down

0 comments on commit 4832821

Please sign in to comment.