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

Keep some methods private for no particular reason.

parent 1038d4c7
No related branches found
No related tags found
No related merge requests found
......@@ -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