Fix: remove invalid comment
This commit is contained in:
parent
df18b50fa6
commit
8d4f70c9b0
|
@ -70,7 +70,6 @@ const colorConverter = (() => {
|
|||
return /^-?(\d+|\d*\.\d+)(deg|grad|rad|turn)?$/i.test(s);
|
||||
}
|
||||
|
||||
// % converted before function call
|
||||
function validateAlpha(alpha) {
|
||||
if (alpha.endsWith('%')) {
|
||||
return validatePercentage(alpha);
|
||||
|
|
Loading…
Reference in New Issue
Block a user