From 835122967fbc3f93c0dfb0ab936b35e703ccd75d Mon Sep 17 00:00:00 2001 From: rlx Date: Wed, 13 Jan 2016 14:56:13 +0530 Subject: [PATCH] whitespace --- source/UI/js/List/TableList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(/^[\+\-]/, ''),