Think this fixes sorting issue

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-10 22:13:28 +02:00
parent b3a68ff1e2
commit 3f6eba76c7

View File

@@ -303,4 +303,4 @@ function rgbToHsl(arr){
if(l>0.5)l=0.5; //make sure it isnt too light if(l>0.5)l=0.5; //make sure it isnt too light
return "hsl("+Math.floor(h*360)+", "+Math.floor(s*100)+"%, "+Math.floor(l*100)+"%)"; return "hsl("+Math.floor(h*360)+", "+Math.floor(s*100)+"%, "+Math.floor(l*100)+"%)";
}colorcolorcolor }