diff --git a/source/Ox.Unicode/Ox.Unicode.js b/source/Ox.Unicode/Ox.Unicode.js index 9f8d589b..9a9f79cc 100644 --- a/source/Ox.Unicode/Ox.Unicode.js +++ b/source/Ox.Unicode/Ox.Unicode.js @@ -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);