This commit is contained in:
j 2014-02-09 07:46:56 +00:00
parent 3cad42ca28
commit bed780cd06

View file

@ -466,7 +466,7 @@ Ox.ClipPanel = function(options, self) {
}
function getListSort() {
var sort = [{key: 'index', operator: '+'}]
var sort = [{key: 'index', operator: '+'}];
if (self.options.sort && self.options.sort.length) {
sort[0].operator = self.options.sort[0].operator;
sort[0].key = Ox.getObjectById(self.columns, self.options.sort[0].key)