From 3dae40303742b41431a47a32f2b2b7579840bd30 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 20 Jun 2011 15:17:40 +0200 Subject: [PATCH] ; --- source/Ox.UI/js/Map/Ox.Map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/Map/Ox.Map.js b/source/Ox.UI/js/Map/Ox.Map.js index 0e04e13d..8d761b6c 100644 --- a/source/Ox.UI/js/Map/Ox.Map.js +++ b/source/Ox.UI/js/Map/Ox.Map.js @@ -155,7 +155,7 @@ Ox.Map = function(options, self) { that.zoomToPlace(); }, key_shift_equal: function() { - zoom(2) + zoom(2); }, key_shift_left: function() { pan(-2, 0); @@ -182,7 +182,7 @@ Ox.Map = function(options, self) { 'id', 'name', 'alternativeNames', 'geoname', 'countryCode', 'type', 'lat', 'lng', 'south', 'west', 'north', 'east', 'area', 'editable' - ], + ]; self.scaleMeters = [ 50000000, 20000000, 10000000, 5000000, 2000000, 1000000,