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,
|
||||
operator: Ox.getObjectById(self.options.columns, self.options.unique).operator
|
||||
}];
|
||||
} else{
|
||||
} else {
|
||||
self.options.sort = self.options.sort.map(function(sort) {
|
||||
return Ox.isString(sort) ? {
|
||||
key: sort.replace(/^[\+\-]/, ''),
|
||||
|
|
Loading…
Reference in a new issue