Skip to content
Snippets Groups Projects
Commit ed238688 authored by echicken's avatar echicken :chicken:
Browse files

Keep some methods private for no particular reason.

parent 648a8973
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -113,4 +113,8 @@ function convertColors(str) {
);
}
this;
\ No newline at end of file
const exports = {
convertColors: convertColors,
}
exports;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment