From 4eb1b99c76057cfe43d8ee767832bf277cc81844 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 29 May 2011 21:35:07 +0200 Subject: [PATCH] typo --- source/Ox.UI/js/Map/Ox.Map.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {