diff --git a/source/Ox.UI/js/Map/Ox.Map.js b/source/Ox.UI/js/Map/Ox.Map.js index 34c8eced..8361b408 100644 --- a/source/Ox.UI/js/Map/Ox.Map.js +++ b/source/Ox.UI/js/Map/Ox.Map.js @@ -763,11 +763,11 @@ Ox.Map = function(options, self) { }, keys: [ 'id', 'name', 'geoname', 'countryCode', - 'lat', 'lng', 'south', 'west', 'north', 'east' - 'editable', + 'lat', 'lng', 'south', 'west', 'north', 'east', + 'editable' ], range: [0, self.options.maxMarkers], - sort: [{key: 'area', operator: '+'}], + sort: [{key: 'area', operator: '+'}] }, function(result) { var ids = []; result.data.items.forEach(function(item, i) {