diff --git a/source/UI/js/List/TableList.js b/source/UI/js/List/TableList.js index 4f308b53..9df9fdca 100644 --- a/source/UI/js/List/TableList.js +++ b/source/UI/js/List/TableList.js @@ -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(/^[\+\-]/, ''),