From a836b285cc0f4a41336252b50bbad3d588a87358 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 24 May 2012 09:46:42 +0200 Subject: [PATCH] typos --- source/Ox.UI/js/List/Ox.IconList.js | 2 +- source/Ox.UI/js/List/Ox.InfoList.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) - ); + ) }); }