unknown tinycolor

This commit is contained in:
juliandescottes 2015-04-13 13:11:36 +02:00
parent e0c16486d3
commit 77877c118f

View File

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