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',