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,