lib
This commit is contained in:
parent
fca8097aa8
commit
9e3adf767a
File diff suppressed because one or more lines are too long
|
@ -2446,7 +2446,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
||||||
return isNaN(a) || a > 1 ? 1 : a < 0 ? 0 : a;
|
return isNaN(a) || a > 1 ? 1 : a < 0 ? 0 : a;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else return 0;
|
else return 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
var colorChange = (color, value, conv) => {
|
var colorChange = (color, value, conv) => {
|
||||||
|
|
Loading…
Reference in New Issue