diff --git a/source/Ox/js/Array.js b/source/Ox/js/Array.js index 5d4dd14a..2eb35de2 100644 --- a/source/Ox/js/Array.js +++ b/source/Ox/js/Array.js @@ -625,7 +625,7 @@ Ox.range = function() { } return sortValue; }, {key: function(args) { - return args[0]; + return Ox.typeOf(args[0]) + ' ' + args[0]; }}); /*@