whitespace

This commit is contained in:
rlx 2016-01-13 14:56:13 +05:30
parent 3f4fa3b1fe
commit 835122967f

View file

@ -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(/^[\+\-]/, ''),