whitespace
This commit is contained in:
parent
3f4fa3b1fe
commit
835122967f
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ Ox.TableList = function(options, self) {
|
||||||
key: self.options.unique,
|
key: self.options.unique,
|
||||||
operator: Ox.getObjectById(self.options.columns, self.options.unique).operator
|
operator: Ox.getObjectById(self.options.columns, self.options.unique).operator
|
||||||
}];
|
}];
|
||||||
} else{
|
} else {
|
||||||
self.options.sort = self.options.sort.map(function(sort) {
|
self.options.sort = self.options.sort.map(function(sort) {
|
||||||
return Ox.isString(sort) ? {
|
return Ox.isString(sort) ? {
|
||||||
key: sort.replace(/^[\+\-]/, ''),
|
key: sort.replace(/^[\+\-]/, ''),
|
||||||
|
|
Loading…
Reference in a new issue