Skip to content

Commit

Permalink
Update CommentPlus.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MYTAditya authored Dec 20, 2023
1 parent ae22367 commit 25ae3c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions/MYTAditya/CommentPlus.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@
// no-op
}

commentCPlus() {
// no-op
commentCPlus(args, util) {
return true;
}

commentReporterPlusPlus(args) {
Expand All @@ -353,15 +353,15 @@
}

commentBooleanP6(args) {
return args.COLOR || false;
return args.COLOR;
}

commentReporterP7(args) {
return args.COLOR;
}

commentBooleanP7(args) {
return args.COLOR || false;
return args.COLOR;
}

commentCPlusPlus(args, util) {
Expand Down

0 comments on commit 25ae3c3

Please sign in to comment.