add fixme

This commit is contained in:
rolux 2012-06-18 19:11:39 +02:00
parent 996f41c06b
commit b754d6d5bd

View file

@ -76,6 +76,7 @@ Ox.load.Unicode = function(options, callback) {
> Ox.sortASCII(['å', 'b', 'ç', 'd', 'é'])
['å', 'b', 'ç', 'd', 'é']
@*/
// FIXME: should be Ox.sortUnicode
Ox.sortASCII = function(arr) {
return Ox.sort(arr, function(str) {
return Ox.toASCII(str);