unknown tinycolor
This commit is contained in:
parent
e0c16486d3
commit
77877c118f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
};
|
||||
var match = null;
|
||||
while (true) {
|
||||
var hex = tinycolor(color).toHexString().toUpperCase();
|
||||
var hex = window.tinycolor(color).toHexString().toUpperCase();
|
||||
|
||||
if (!colorMap[hex]) {
|
||||
match = hex;
|
||||
|
|
Loading…
Reference in a new issue