We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa4d57 commit 39e2d6cCopy full SHA for 39e2d6c
src/lib/gl_format_color.js
@@ -50,7 +50,7 @@ function formatColor(containerIn, opacityIn, len) {
50
);
51
}
52
else {
53
- sclFunc = function (c) {
+ sclFunc = function(c) {
54
return c;
55
};
56
0 commit comments