mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
unknown tinycolor
This commit is contained in:
parent
e0c16486d3
commit
77877c118f
@ -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 New Issue
Block a user