diff --git a/source/Ox/js/Array.js b/source/Ox/js/Array.js index 0d2d55f3..d6fa7f65 100644 --- a/source/Ox/js/Array.js +++ b/source/Ox/js/Array.js @@ -235,7 +235,7 @@ Ox.api = function(items, options) { } else { result.data.items = Ox.clone(items); } - if (options.sort) { + if (options.sort && result.data.items.length > 1) { // sort options.sort = parseSort(Ox.merge(options.sort, api.sort)); options.sort.forEach(function(v) {