add fixme
This commit is contained in:
parent
996f41c06b
commit
b754d6d5bd
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue