lib
This commit is contained in:
parent
9e3adf767a
commit
92891b5126
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;
|
||||
}
|
||||
}
|
||||
else return 1;
|
||||
else return null;
|
||||
};
|
||||
|
||||
var colorChange = (color, value, conv) => {
|
||||
|
|
Loading…
Reference in New Issue