fixed sorting of HSV and made helper subroutines for them
This commit is contained in:
parent
9457630531
commit
39b27c90e9
2 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
<p id="footer">
|
<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>,
|
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>
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -209,6 +209,7 @@ var franz = {
|
||||||
franz.qsort(array, begin, pivot);
|
franz.qsort(array, begin, pivot);
|
||||||
franz.qsort(array, pivot+1, end);
|
franz.qsort(array, pivot+1, end);
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue