From c494c3ace6cf9f553204f052b8f3cd3db9e4bd14 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 1 Jun 2011 12:59:30 +0200 Subject: [PATCH] minor cleanups --- source/Ox.UI/js/List/Ox.IconItem.js | 2 +- source/Ox.UI/js/Map/Ox.ListMap.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/List/Ox.IconItem.js b/source/Ox.UI/js/List/Ox.IconItem.js index 0d4c227a..62a05952 100644 --- a/source/Ox.UI/js/List/Ox.IconItem.js +++ b/source/Ox.UI/js/List/Ox.IconItem.js @@ -74,7 +74,7 @@ Ox.IconItem = function(options, self) { top: (self.options.size / 2) + 'px', width: (self.options.size + 4) + 'px', height: (self.options.size == 64 ? 30 : 58) + 'px' - }) + }); that.$text = $('
') .addClass('OxTarget') .css({ diff --git a/source/Ox.UI/js/Map/Ox.ListMap.js b/source/Ox.UI/js/Map/Ox.ListMap.js index 3ee7c0b6..2ed99620 100644 --- a/source/Ox.UI/js/Map/Ox.ListMap.js +++ b/source/Ox.UI/js/Map/Ox.ListMap.js @@ -97,7 +97,7 @@ Ox.ListMap = function(options, self) { if (!Ox.getCountryByGeoname(names[names.length - 1])) { names.push('~'); } - return names.reverse().join(', ') + return names.reverse().join(', '); }, operator: '+', title: 'Geoname',