From b754d6d5bd69f5db2d5d08b1ef3544789034d966 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 18 Jun 2012 19:11:39 +0200 Subject: [PATCH] add fixme --- source/Ox.Unicode/Ox.Unicode.js | 1 + 1 file changed, 1 insertion(+) 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);