From 14ae911b47b314fe87b1c265ce34ed2f5d5b6927 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 21 Nov 2007 08:06:26 +0000 Subject: [PATCH] update ND comment. tabbing git-svn-id: http://svn.openlayers.org/trunk/openlayers@5228 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Google.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/Google.js b/lib/OpenLayers/Layer/Google.js index 92e652ed2b..6282851d0c 100644 --- a/lib/OpenLayers/Layer/Google.js +++ b/lib/OpenLayers/Layer/Google.js @@ -68,8 +68,9 @@ OpenLayers.Layer.Google = OpenLayers.Class( /** * APIProperty: sphericalMercator * {Boolean} Should the map act as a mercator-projected map? This will - * cause all interactions with the map to be in the actual map projection, - * which allows support for vector drawing, overlaying other maps, etc. + * cause all interactions with the map to be in the actual map + * projection, which allows support for vector drawing, overlaying + * other maps, etc. */ sphericalMercator: false,