diff --git a/source/Ox.UI/js/List/Ox.IconList.js b/source/Ox.UI/js/List/Ox.IconList.js index d5c3ded0..fcac1c5c 100644 --- a/source/Ox.UI/js/List/Ox.IconList.js +++ b/source/Ox.UI/js/List/Ox.IconList.js @@ -123,7 +123,7 @@ Ox.IconList = function(options, self) { that.$element.options({ keys: Ox.unique( [self.options.sort[0].key].concat(self.options.keys) - ); + ) }); } diff --git a/source/Ox.UI/js/List/Ox.InfoList.js b/source/Ox.UI/js/List/Ox.InfoList.js index 9baf9cc1..2253dda9 100644 --- a/source/Ox.UI/js/List/Ox.InfoList.js +++ b/source/Ox.UI/js/List/Ox.InfoList.js @@ -150,7 +150,7 @@ Ox.InfoList = function(options, self) { that.$element.options({ keys: Ox.unique( [self.options.sort[0].key].concat(self.options.keys) - ); + ) }); }