Fix: remove invalid comment

This commit is contained in:
eight 2018-11-19 00:25:58 +08:00
parent df18b50fa6
commit 8d4f70c9b0

View File

@ -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);