fixed sorting of HSV and made helper subroutines for them

This commit is contained in:
Dominick Pham 2009-08-11 19:43:01 -04:00
parent 9457630531
commit 39b27c90e9
2 changed files with 2 additions and 1 deletions

View file

@ -70,7 +70,7 @@
<p id="footer">
Experiment in color theme generator <br> brought to you by <a href="http://twitter.com/ryanmcgrath" title="Ryan McGrath">Ryan McGrath</a> & <a href="http://twitter.com/enotionz" title="Dominick Pham">Dominick Pham</a>,
with some help from others.
with some help from others.
</p>
</body>

View file

@ -209,6 +209,7 @@ var franz = {
franz.qsort(array, begin, pivot);
franz.qsort(array, pivot+1, end);
}
return false;
}
}